We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3bbcd9 commit c4c3686Copy full SHA for c4c3686
Dockerfile
@@ -41,7 +41,7 @@ ENV PORT=55000
41
EXPOSE 55000
42
43
# Mount volume for logs
44
-VOLUME /app/logs
+#VOLUME /app/logs
45
46
# Health check
47
HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
0 commit comments