updated build file, package file, and dockerfile
Build and Push Image / build-and-push (push) Failing after 1m30s

This commit is contained in:
2026-05-12 22:44:46 -07:00
parent 0601c41f46
commit d47633b638
3 changed files with 16 additions and 4 deletions
+1 -2
View File
@@ -6,9 +6,8 @@ ENV DB_PASSWORD=<your_db_password>
ENV DB_PORT=<your_db_port>
ENV DB_DATABASE=<your_db_database>
ARG CMD
WORKDIR /app
COPY . .
RUN npm install --force
CMD ["node", "run", "$CMD"]
CMD ["npm", "run", "start"]