Skip to content

Commit

Permalink
SUCCESS
Browse files Browse the repository at this point in the history
  • Loading branch information
jbfink committed Aug 1, 2013
1 parent ef21c6f commit 8f97ff1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ ADD ./foreground.sh /etc/apache2/foreground.sh
ADD ./supervisord.conf /etc/supervisord.conf
RUN chmod 755 /start.sh
RUN chmod 755 /etc/apache2/foreground.sh
CMD ["/start.sh"]
EXPOSE 80
CMD ["/bin/bash", "/start.sh"]

0 comments on commit 8f97ff1

Please sign in to comment.