Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
phynias committed Jul 9, 2022
1 parent 673adcf commit b6a9b31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ ADD . /usr/src/app
#RUN apt-get update && apt-get install -y nginx
#RUN ln -s /usr/src/app/umi-nginx.conf /etc/nginx/sites-enabled/ && rm -fr /etc/nginx/sites-enabled/default
#RUN npm i npm@latest -g
#RUN npm cache clean --force
#RUN npm install
RUN npm cache clean --force
RUN npm install
#RUN npm run build
EXPOSE 8080
CMD ["npm", "run", "dev"]

0 comments on commit b6a9b31

Please sign in to comment.