Skip to content

Commit c4c3686

Browse files
remove volume conf
1 parent b3bbcd9 commit c4c3686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ENV PORT=55000
4141
EXPOSE 55000
4242

4343
# Mount volume for logs
44-
VOLUME /app/logs
44+
#VOLUME /app/logs
4545

4646
# Health check
4747
HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \

0 commit comments

Comments
 (0)