Skip to content

Commit

Permalink
fix(fga-eps-mds/2024.2-ARANDU-DOC#42): quickfix on dockerfile env
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielm2q committed Dec 6, 2024
1 parent cf4e00e commit 2b6c8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN npm run build
FROM base AS runner
WORKDIR /app

ENV NODE_ENV=production
ENV NODE_ENV=development

RUN addgroup -g 1001 -S nodejs \
&& adduser -S arandu -u 1001
Expand Down

0 comments on commit 2b6c8e8

Please sign in to comment.