Updated Dockerfile

This commit is contained in:
Christer Warén 2021-08-27 02:11:49 +03:00
parent 32ac31a8af
commit 33c41233da

View File

@ -10,8 +10,6 @@ WORKDIR /usr/src/app
COPY / /usr/src/app/ COPY / /usr/src/app/
RUN npm install -g npm
RUN npm install RUN npm install
RUN npm run build RUN npm run build