Update Dockerfile

This commit is contained in:
Fred 2025-04-06 18:15:26 -04:00 committed by GitHub
parent f5598d7897
commit 2bd0ad15db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ FROM base AS api
WORKDIR /app WORKDIR /app
COPY --from=build --chown=node:node /prod/api /app COPY --from=build --chown=node:node /prod/api /app
COPY --from=build --chown=node:node /app/.git /app/.git #COPY --from=build --chown=node:node /app/.git /app/.git
USER node USER node