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 3fe5b35 commit 354bcd7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ubuntu1604/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,7 @@ RUN ln -s /dev/null /etc/systemd/system/[email protected] \
&& ln -s /dev/null /etc/systemd/system/[email protected]

VOLUME ["/sys/fs/cgroup", "/tmp", "/run"]
CMD ["/lib/systemd/systemd"]
CMD ["/lib/systemd/systemd"]

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

0 comments on commit 354bcd7

Please sign in to comment.