Compil JS de taxhub dans dockerfile

main
Marc Ducobu 2 years ago
parent 0ddfe09ab8
commit 3b7bc6810a

@ -41,6 +41,9 @@ RUN /bin/bash create_sys_dir.sh
# Install dependencies:
RUN pip install -r requirements.txt
RUN cp static/app/constants.js.sample static/app/constants.js
RUN cd static && npm install
EXPOSE 5000
CMD ["python", "server.py ", "runserver"]
Loading…
Cancel
Save