Skip to content

Commit

Permalink
Remove deployment copy step from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
maximiliansoelch committed Aug 12, 2024
1 parent b1ba652 commit a07d7e5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
4 changes: 0 additions & 4 deletions assessment_module_manager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,5 @@ COPY . ./
RUN cp ./modules.docker.ini ./modules.ini
RUN rm ./modules.docker.ini

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

# poetry scripts don't work here
CMD poetry run python -m assessment_module_manager
8 changes: 0 additions & 8 deletions assessment_module_manager/deployments.docker.ini

This file was deleted.

1 change: 1 addition & 0 deletions assessment_module_manager/deployments.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# for local development only

# local LMS instance, i.e. Artemis
[local]
url = http://localhost:8080

Expand Down

0 comments on commit a07d7e5

Please sign in to comment.