Skip to content

Commit

Permalink
fix(build): rm NODE_ENV var (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonPowr committed Mar 20, 2024
2 parents 009afdf + 32869b9 commit 7d10d46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ FROM registry.access.redhat.com/ubi9/nodejs-18@sha256:773645c3eae02529e09c04a843
#
COPY . .
USER root
ENV NODE_ENV production
EXPOSE 3000
RUN echo "export PATH=${PATH}:$HOME/node_modules/.bin" >> ~/.bashrc && \
npm install --ignore-scripts && \
Expand Down

0 comments on commit 7d10d46

Please sign in to comment.