include TRANSLATIONS_DIR as environment variable in the Docker image
Merge request reports
Activity
- Resolved by Karel van Klink
- Resolved by Karel van Klink
RUN pip install \ --pre \ --extra-index-url https://artifactory.software.geant.org/artifactory/api/pypi/geant-swd-pypi/simple \ --target=/app \ geant-service-orchestrator==${ARTIFACT_VERSION} ENV PYTHONPATH="/app:${PYTHONPATH}"
so with --target we can tell pip to install it in our mentioned dir
Edited by Mohammad Torkashvand
added 54 commits
-
15460b3e...57139e29 - 53 commits from branch
develop
- 1f529bba - include TRANSLATIONS_DIR as environment variable in the Docker image
-
15460b3e...57139e29 - 53 commits from branch
requested review from @mohammad.torkashvand
- Resolved by Karel van Klink
- Resolved by Karel van Klink
- Resolved by Karel van Klink
- Resolved by Karel van Klink
- Resolved by Karel van Klink
- Resolved by Karel van Klink
- Resolved by Karel van Klink
added 1 commit
- 523ea072 - apply some more common practices for Dockerfiles
- Resolved by Karel van Klink
added 1 commit
- fc0be1c4 - add an entrypoint for running the db migrations in runtime
added 23 commits
-
fc0be1c4...08e9f966 - 19 commits from branch
develop
- a12dffef - include TRANSLATIONS_DIR as environment variable in the Docker image
- dbf7063f - update Dockerfile
- d483ea74 - apply some more common practices for Dockerfiles
- fb57ae23 - add an entrypoint for running the db migrations in runtime
Toggle commit list-
fc0be1c4...08e9f966 - 19 commits from branch
- Resolved by Karel van Klink
Please register or sign in to reply