We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 009afdf + 32869b9 commit 7d10d46Copy full SHA for 7d10d46
Dockerfile
@@ -2,7 +2,6 @@ FROM registry.access.redhat.com/ubi9/nodejs-18@sha256:773645c3eae02529e09c04a843
2
#
3
COPY . .
4
USER root
5
-ENV NODE_ENV production
6
EXPOSE 3000
7
RUN echo "export PATH=${PATH}:$HOME/node_modules/.bin" >> ~/.bashrc && \
8
npm install --ignore-scripts && \
0 commit comments