Skip to content

Commit

Permalink
fix(build): rm NODE_ENV var
Browse files Browse the repository at this point in the history
  • Loading branch information
kahboom committed Mar 20, 2024
1 parent 009afdf commit 32869b9
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 32869b9

Please sign in to comment.