diff --git a/Dockerfile b/Dockerfile index a11418b..ecba2a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ COPY --from=builder /app/node_modules ./node_modules COPY --from=builder /app/dist ./dist COPY --from=builder /app/data.db ./data.db -RUN chown astro:astro /app/data.db +RUN chown 1001:1001 /app/data.db EXPOSE 4321