diff options
| author | Gavin Mogan <git@gavinmogan.com> | 2025-04-22 17:46:04 -0700 | 
|---|---|---|
| committer | Gavin Mogan <git@gavinmogan.com> | 2025-04-22 17:46:04 -0700 | 
| commit | 96a65ab5f9c7d6e6e4c54d00f9f8200c9ff378a3 (patch) | |
| tree | a8fb832a9ee2c62cf818566a597757df8d58134d | |
| parent | fc78f8eb7723db727484d83016c7a633a03dbacb (diff) | |
fix #197 by running through npm so version env is set
| -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"]  | 
