dever 5 years ago
parent
commit
a4f60d270d
2 changed files with 1 additions and 2 deletions
  1. 1 1
      src/docker/build/os/alpine/v3.4/entrypoint.sh
  2. 0 1
      src/docker/conf/dev.conf

+ 1 - 1
src/docker/build/os/alpine/v3.4/entrypoint.sh

@@ -1,4 +1,4 @@
-#!/usr/bin/env sh
+#!/usr/bin/env bash
 set -e
 hosts()
 {

+ 0 - 1
src/docker/conf/dev.conf

@@ -40,7 +40,6 @@ alias = thrift,thrift -r --gen php:server->thrift-php,php -S localhost:8080->sta
 
 [alpine]
 image = alpine
-command = bash
 
 [alpine3.4]
 image = alpine3.4