Skip to content
Snippets Groups Projects
Commit 549849ed authored by derrabauke's avatar derrabauke
Browse files

try to fix docker build

parent 73f201d8
No related branches found
No related tags found
No related merge requests found
...@@ -2,10 +2,8 @@ ...@@ -2,10 +2,8 @@
FROM node:12.16.3 as build FROM node:12.16.3 as build
RUN mkdir /usr/src/app RUN mkdir /usr/src/app
RUN ls
WORKDIR /usr/src/app WORKDIR /usr/src/app
RUN ls COPY . .
COPY package*.json ./
ENV PATH /usr/src/app/node_modules/.bin:$PATH ENV PATH /usr/src/app/node_modules/.bin:$PATH
RUN npm install --silent RUN npm install --silent
......
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