diff --git a/Dockerfile b/Dockerfile index 2fd572f5..568c741f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,7 @@ COPY --from=frontend-builder /app/frontend/package.json ./frontend/package.json COPY --from=backend-builder /app/backend/pocket-id-backend ./backend/pocket-id-backend COPY ./scripts ./scripts -RUN chmod +x ./scripts/*.sh +RUN chmod +x ./scripts/**/*.sh EXPOSE 80 ENV APP_ENV=production