fix prod node img for standalone

This commit is contained in:
Maidul Islam
2023-05-22 08:18:50 -04:00
parent 1c89474159
commit 8e3a23e6d8

View File

@@ -77,7 +77,7 @@ RUN npm ci --only-production
COPY --from=backend-build /app .
# Production stage
FROM node:14-alpine AS production
FROM node:16-alpine AS production
WORKDIR /