From 3b7bc6810afb005905257fa99ac90e2ff8e0a7c5 Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Thu, 1 Jul 2021 15:58:28 +0200 Subject: [PATCH] Compil JS de taxhub dans dockerfile --- Dockerfile-taxhub | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile-taxhub b/Dockerfile-taxhub index f9903cc..860ac9a 100644 --- a/Dockerfile-taxhub +++ b/Dockerfile-taxhub @@ -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"] \ No newline at end of file