We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a4c2f3 + 7b6c319 commit 066b8f8Copy full SHA for 066b8f8
Dockerfile.frontend-container
@@ -12,7 +12,8 @@ COPY --from=build /usr/src/app/build ./build
12
COPY --from=build /usr/src/app/.env.prod .
13
14
# Install serve package and react-inject-env
15
-RUN npm install --location=global serve && \
+RUN npm install -g npm@9.7.1 && \
16
+ npm install --location=global serve && \
17
npm install react-inject-env
18
19
# Set dynamic port, defualt 3000
0 commit comments