Updating docker build file
This commit is contained in:
@@ -2,8 +2,10 @@ FROM node:19.8.1-alpine
|
||||
|
||||
COPY . /app
|
||||
|
||||
RUN rm -rf /app/.env
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN npm install
|
||||
CMD ["node", "index.js"]
|
||||
|
||||
CMD ["node", "index.js"]
|
||||
RUN npm install
|
||||
Reference in New Issue
Block a user