Skip to content
Snippets Groups Projects
Verified Commit 9cd506e9 authored by ornanovitch's avatar ornanovitch
Browse files

all 3 attempts failed, back to the start line

parent 31afa1f5
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ RUN pip install -r /requirements.txt
FROM node:buster AS assets_build
COPY yarn.lock package.json webpack.config.js /
RUN NODE_OPTIONS=--openssl-legacy-provider yarn install --pure-lockfile
RUN yarn install --pure-lockfile
COPY assets /assets
RUN /node_modules/.bin/webpack-cli
......
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