We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a4f0d9 commit f088738Copy full SHA for f088738
dockerfile
@@ -3,7 +3,7 @@ WORKDIR /sample-react-app
3
ENV PATH="./node_modules/.bin:$PATH"
4
COPY package.json ./
5
COPY package-lock.json ./
6
-RUN npm install
+RUN npm install i
7
COPY . ./
8
RUN npm run build
9
# EXPOSE 3000 We don't need to expose it !
0 commit comments