Fix docker build

This commit is contained in:
LukeGus
2025-09-25 09:30:06 -05:00
parent f38cce1ffb
commit 158e805e04

View File

@@ -72,7 +72,6 @@ COPY --from=production-deps /app/node_modules /app/node_modules
COPY --from=backend-builder /app/dist/backend ./dist/backend
COPY package.json ./
COPY .env ./.env
RUN chown -R node:node /app
VOLUME ["/app/data"]