Skip to content
Snippets Groups Projects
Commit 9e6baede authored by derrabauke's avatar derrabauke
Browse files

docker build fix

parent 7ab80ddb
No related branches found
No related tags found
No related merge requests found
......@@ -3,9 +3,9 @@ FROM node:12.16.3 as build
RUN mkdir /usr/src/app
WORKDIR /usr/src/app
COPY . /usr/src/app
COPY . ./
ENV PATH /usr/src/app/node_modules/.bin:$PATH
RUN ls -a
RUN npm install --silent
RUN npm run build
......
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