Skip to content

Commit f088738

Browse files
committed
changes in the dockerfile
1 parent 0a4f0d9 commit f088738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WORKDIR /sample-react-app
33
ENV PATH="./node_modules/.bin:$PATH"
44
COPY package.json ./
55
COPY package-lock.json ./
6-
RUN npm install
6+
RUN npm install i
77
COPY . ./
88
RUN npm run build
99
# EXPOSE 3000 We don't need to expose it !

0 commit comments

Comments
 (0)