Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma authored Dec 21, 2021
1 parent 354bcd7 commit 118ac51
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ubuntu1404/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ RUN apt-get update \
RUN rm -rf /sbin/initctl && ln -s /sbin/initctl.distrib /sbin/initctl

VOLUME ["/sys/fs/cgroup"]
CMD ["/sbin/init"]
CMD ["/sbin/init"]

HEALTHCHECK --interval=5m --timeout=3s \
CMD curl -f http://localhost/ || exit 1

0 comments on commit 118ac51

Please sign in to comment.