Skip to content

Commit e38c4d0

Browse files
authored
Merge pull request #255 from zgcasas/patch-1
Fix docker image build and push
2 parents 9d807bb + 12206e7 commit e38c4d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WORKDIR /app
55
ENV PATH /app/node_modules/.bin:$PATH
66
COPY package.json .
77
COPY package-lock.json .
8-
RUN npm install -g npm@latestss
8+
RUN npm install -g npm@latest
99
RUN npm ci --legacy-peer-deps
1010
RUN npm install react-scripts --production -g --silent
1111
COPY env.sh .

0 commit comments

Comments
 (0)