@@ -27,7 +27,7 @@ RUN yarn install && pipenv install --systemCOPY . .RUN webpack --config webpack.config.js --mode production && \RUN npx webpack --config webpack.config.js --mode production && \ rm -rf node_modules && \ python3 manage.py collectstatic --noinput