Skip to content

Commit

Permalink
Merge branch 'develop' into chore/improve-playground-feedback-visuali…
Browse files Browse the repository at this point in the history
…sation
  • Loading branch information
DominikRemo authored Aug 13, 2024
2 parents 5048aed + 6efa235 commit 1319326
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions assessment_module_manager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ RUN poetry config virtualenvs.create true \
COPY . ./

# Use modules configuration file for docker
RUN cp ./modules.docker.ini ./modules.ini
RUN rm ./modules.docker.ini
RUN mv ./modules.docker.ini ./modules.ini

# poetry scripts don't work here
CMD poetry run python -m assessment_module_manager
1 change: 1 addition & 0 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ services:
image: ls1tum/athena_assessment_module_manager:${ATHENA_TAG:-develop}
volumes:
- ./deployments.ini:/code/deployments.ini:ro
- ./modules.ini:/code/modules.ini:ro

module_example:
hostname: module-example
Expand Down

0 comments on commit 1319326

Please sign in to comment.