Skip to content
Snippets Groups Projects
Commit 7ab80ddb authored by derrabauke's avatar derrabauke
Browse files

still trying to fix docker build

parent 549849ed
No related branches found
No related tags found
No related merge requests found
......@@ -3,13 +3,11 @@ FROM node:12.16.3 as build
RUN mkdir /usr/src/app
WORKDIR /usr/src/app
COPY . .
COPY . /usr/src/app
ENV PATH /usr/src/app/node_modules/.bin:$PATH
RUN npm install --silent
COPY . /usr/src/app
RUN npm run build
# Put this stuff into a nginx server
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment