Skip to content

Commit 32869b9

Browse files
committed
fix(build): rm NODE_ENV var
1 parent 009afdf commit 32869b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ FROM registry.access.redhat.com/ubi9/nodejs-18@sha256:773645c3eae02529e09c04a843
22
#
33
COPY . .
44
USER root
5-
ENV NODE_ENV production
65
EXPOSE 3000
76
RUN echo "export PATH=${PATH}:$HOME/node_modules/.bin" >> ~/.bashrc && \
87
npm install --ignore-scripts && \

0 commit comments

Comments
 (0)