We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 009afdf commit 32869b9Copy full SHA for 32869b9
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