diff options
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,4 +16,4 @@ FROM node:20-alpine ENV NODE_ENV=production WORKDIR /app COPY --from=BUILD_IMAGE /app ./ -CMD ["node", "dist/start.js"] +CMD ["npm", "run", "start"] |
![]() |
index : gathio | |
Unnamed repository; edit this file 'description' to name the repository. |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Dockerfile | 2 |
@@ -16,4 +16,4 @@ FROM node:20-alpine ENV NODE_ENV=production WORKDIR /app COPY --from=BUILD_IMAGE /app ./ -CMD ["node", "dist/start.js"] +CMD ["npm", "run", "start"] |