updated build file, package file, and dockerfile
Build and Push Image / build-and-push (push) Failing after 1m30s
Build and Push Image / build-and-push (push) Failing after 1m30s
This commit is contained in:
+1
-2
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user