aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 112db17..ab2d71a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -34,6 +34,5 @@ HEALTHCHECK --interval=30s --timeout=5s --retries=3 \
34 CMD wget --no-verbose --tries=1 --spider http://127.0.0.1:${PORT}/ || exit 1 34 CMD wget --no-verbose --tries=1 --spider http://127.0.0.1:${PORT}/ || exit 1
35 35
36EXPOSE ${PORT} 36EXPOSE ${PORT}
37VOLUME /www/assets
38 37
39ENTRYPOINT ["/bin/sh", "/entrypoint.sh"] 38ENTRYPOINT ["/bin/sh", "/entrypoint.sh"]