Use build:dev for now since build:prod is broken

This commit is contained in:
Gautier P 2021-01-03 12:08:35 +01:00
parent a82df4da50
commit 5736056a60
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ RUN cd /home/user \
&& cd ./app \
&& pip install -r requirements.txt \
&& npm install \
&& npm run build:prod \
&& npm run build:dev \
&& mkdir -p /home/user/.local/share/flatisfy \
&& chown user:user -R /home/user \
&& chmod +x /home/user/*.sh