Compil JS de taxhub dans dockerfile
This commit is contained in:
parent
0ddfe09ab8
commit
3b7bc6810a
@ -41,6 +41,9 @@ RUN /bin/bash create_sys_dir.sh
|
|||||||
# Install dependencies:
|
# Install dependencies:
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
|
||||||
|
RUN cp static/app/constants.js.sample static/app/constants.js
|
||||||
|
RUN cd static && npm install
|
||||||
|
|
||||||
EXPOSE 5000
|
EXPOSE 5000
|
||||||
|
|
||||||
CMD ["python", "server.py ", "runserver"]
|
CMD ["python", "server.py ", "runserver"]
|
Loading…
Reference in New Issue
Block a user