Skip to content
Snippets Groups Projects
Commit c8a1231f authored by Georgi's avatar Georgi
Browse files

Update Dockerfile, changed the command "RUN export.." to "ENV .." so it...

Update Dockerfile, changed the command "RUN export.." to "ENV .." so it persists between intermidiate containers
parent 1930de0f
No related branches found
No related tags found
No related merge requests found
Pipeline #7695 passed
......@@ -14,7 +14,7 @@ FROM node AS node
COPY . /var/www/html
WORKDIR /var/www/html
RUN export NODE_OPTIONS=--openssl-legacy-provider
ENV NODE_OPTIONS=--openssl-legacy-provider
RUN npm --version && npm install && npm run prod
#### Step 3 : the actual docker image
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment