Skip to content

Commit bc13e41

Browse files
committed
Remove Apache start from CMD because it generates errors
1 parent cb821be commit bc13e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ RUN echo "127.0.0.1 docker.chamilo.net" >> /etc/hosts
5757
# Soon... (this involves having a SQL server in a linked container)
5858

5959
EXPOSE 22 80
60-
CMD ["/etc/init.d/apache2 restart", "/bin/bash"]
60+
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)