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

Update Dockerfile, added the export NODE_OPTIONS command as workaround for issue #41

parent db9f93c4
No related branches found
No related tags found
No related merge requests found
Pipeline #7694 failed
......@@ -14,6 +14,7 @@ FROM node AS node
COPY . /var/www/html
WORKDIR /var/www/html
RUN export 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