Skip to content

Commit

Permalink
fix to be able to start the image after base image update
Browse files Browse the repository at this point in the history
  • Loading branch information
Long Vu committed Apr 9, 2018
1 parent 68b2c10 commit 81c0749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ VOLUME /var/hg
VOLUME /etc/apache2/sites-available
EXPOSE 80

CMD load-default-scripts && service apache2 start && /bin/bash
CMD load-default-scripts && service apache2 reload; apache2ctl -DFOREGROUND

0 comments on commit 81c0749

Please sign in to comment.