From d6c4d9a497b9bafa8a719dc0d6a334ff2b65e564 Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Sun, 12 Oct 2025 16:51:39 +0200 Subject: [PATCH] remove default docker volume #853 --- Dockerfile | 1 - Dockerfile.frontend-artifact | 1 - 2 files changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8cab4de..af97a5f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" ] \ No newline at end of file diff --git a/Dockerfile.frontend-artifact b/Dockerfile.frontend-artifact index 965dfc0..d06e11d 100644 --- a/Dockerfile.frontend-artifact +++ b/Dockerfile.frontend-artifact @@ -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" ] \ No newline at end of file