Update Dockerfile
This commit is contained in:
@@ -4,8 +4,8 @@ WORKDIR /app
|
||||
|
||||
COPY . /app
|
||||
|
||||
RUN npm i && \
|
||||
RUN npm clean-install && \
|
||||
npm run build && \
|
||||
npm run register
|
||||
|
||||
CMD [ "npm", "run", "start" ]
|
||||
CMD [ "npm", "run", "start" ]
|
||||
|
||||
Reference in New Issue
Block a user