Skip to content

Commit

Permalink
revert merged dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytropolityka committed Jul 19, 2024
1 parent fb795cd commit 059bbe8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assessment_module_manager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ RUN cp ./modules.docker.ini ./modules.ini
RUN rm ./modules.docker.ini

# Use deployments configuration file for docker
RUN mv ./deployments.docker.ini ./deployments.ini
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

0 comments on commit 059bbe8

Please sign in to comment.