Compil JS de taxhub dans dockerfile
This commit is contained in:
@@ -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"]
|
Reference in New Issue
Block a user