This commit is contained in:
parent
d0b0dec7c0
commit
f9f60c0e1f
@ -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/dist ./dist
|
||||||
COPY --from=build --chown=nestjs:nodejs /app/node_modules ./node_modules
|
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/package*.json ./
|
||||||
COPY --from=build --chown=nestjs:nodejs /app/scripts ./scripts
|
|
||||||
|
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
ENV PORT=3000
|
ENV PORT=3000
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user