remove default docker volume #853

This commit is contained in:
Alireza Ahmadi
2025-10-12 16:51:39 +02:00
parent 7b979b95d4
commit d6c4d9a497
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -36,5 +36,4 @@ WORKDIR /app
RUN apk add --no-cache --update ca-certificates tzdata
COPY --from=backend-builder /app/sui /app/
COPY entrypoint.sh /app/
VOLUME [ "s-ui" ]
ENTRYPOINT [ "./entrypoint.sh" ]
-1
View File
@@ -32,5 +32,4 @@ WORKDIR /app
RUN apk add --no-cache --update ca-certificates tzdata
COPY --from=backend-builder /app/sui /app/
COPY entrypoint.sh /app/
VOLUME [ "s-ui" ]
ENTRYPOINT [ "./entrypoint.sh" ]