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