We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d807bb commit 12206e7Copy full SHA for 12206e7
Dockerfile
@@ -5,7 +5,7 @@ WORKDIR /app
5
ENV PATH /app/node_modules/.bin:$PATH
6
COPY package.json .
7
COPY package-lock.json .
8
-RUN npm install -g npm@latestss
+RUN npm install -g npm@latest
9
RUN npm ci --legacy-peer-deps
10
RUN npm install react-scripts --production -g --silent
11
COPY env.sh .
0 commit comments