FIXED compilation of Dockerfile for Taxhub #54

This commit is contained in:
Julien Minet 2024-01-08 16:27:10 +01:00
parent ea699549ac
commit 8b33a050ed
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ RUN /bin/bash create_sys_dir.sh
# Install dependencies:
RUN pip install --upgrade pip setuptools wheel
RUN pip install -r requirements.txt
RUN cp static/app/constants.js.sample static/app/constants.js