Skip to content
Snippets Groups Projects
Commit 52095f9f authored by Ronnie Friman's avatar Ronnie Friman
Browse files

fix could not get uid

parent 4ce70bff
No related branches found
No related tags found
No related merge requests found
Pipeline #65499 canceled
...@@ -2,6 +2,7 @@ FROM node:10.15.3-alpine as build ...@@ -2,6 +2,7 @@ FROM node:10.15.3-alpine as build
WORKDIR /usr/src/app WORKDIR /usr/src/app
ENV PATH /usr/src/app/node_modules/.bin:$PATH ENV PATH /usr/src/app/node_modules/.bin:$PATH
COPY package*.json ./ COPY package*.json ./
RUN npm config set unsafe-perm true
RUN npm install RUN npm install
RUN npm install react-scripts@3.0.1 -g RUN npm install react-scripts@3.0.1 -g
COPY . . COPY . .
......
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