Skip to content

Commit 38e07f5

Browse files
committed
start server with CMD, so that the container can run detached
1 parent 2f74aca commit 38e07f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ ADD . /app
1212
WORKDIR /app
1313
RUN php /install/composer.phar install --no-dev --prefer-dist
1414
EXPOSE 8080
15-
RUN php server/server.php
15+
CMD php server/server.php

0 commit comments

Comments
 (0)