Skip to content

Commit

Permalink
v5.11.x development
Browse files Browse the repository at this point in the history
  • Loading branch information
terrelsa13 committed Feb 24, 2025
1 parent b7d864f commit 49d24e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ RUN mkdir -p logs/
RUN usermod -aG docker $USER
RUN systemctl restart docker

COPY mumc_modules/mumc_template_config.yaml config/mumc_config.yaml
COPY mumc_modules/mumc_template_DEBUG.txt logs/mumc_DEBUG.log
COPY mumc_modules/mumc_template_CRONOUTPUT.txt logs/mumc_CRON_OUTPUT.log
COPY mumc_modules/docker_templates/mumc_template_config.yaml config/mumc_config.yaml
COPY mumc_modules/docker_templates/mumc_template_DEBUG.txt logs/mumc_DEBUG.log
COPY mumc_modules/docker_templates/mumc_template_CRONOUTPUT.txt logs/mumc_CRON_OUTPUT.log
COPY mumc_modules/*.py mumc_modules/
COPY mumc.py .

Expand Down

0 comments on commit 49d24e8

Please sign in to comment.