This commit is contained in:
Umputun
2018-04-12 20:00:37 -05:00
parent e634d5ae3e
commit 2c4187f0cb
+1 -1
View File
@@ -42,5 +42,5 @@ WORKDIR /srv
EXPOSE 8080
HEALTHCHECK --interval=30s --timeout=3s CMD curl --fail http://localhost:8080/ping || exit 1
CMD ["/srv/remark"]
CMD ["/srv/start.sh"]
ENTRYPOINT ["/init.sh"]