fix
All checks were successful
Deploy Production / deploy (push) Successful in 43s

This commit is contained in:
parent d0b0dec7c0
commit f9f60c0e1f

View File

@ -61,7 +61,6 @@ RUN addgroup -g 1001 -S nodejs && \
COPY --from=build --chown=nestjs:nodejs /app/dist ./dist
COPY --from=build --chown=nestjs:nodejs /app/node_modules ./node_modules
COPY --from=build --chown=nestjs:nodejs /app/package*.json ./
COPY --from=build --chown=nestjs:nodejs /app/scripts ./scripts
ENV NODE_ENV=production
ENV PORT=3000