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

typo

parent 9cd506e9
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 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