Skip to content

Commit 7d10d46

Browse files
authored
fix(build): rm NODE_ENV var (#45)
2 parents 009afdf + 32869b9 commit 7d10d46

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)