Skip to content

Commit

Permalink
- Import all config files
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 committed Dec 9, 2023
1 parent 1616d91 commit 8c0b2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY requirements.txt requirements.txt
RUN pip3 install --no-cache-dir -r requirements.txt

# Copy config file from build machine to Docker /config folder
COPY config.yaml /
COPY config.yaml* /

# Make Docker /logs volume for log file
VOLUME /logs
Expand Down

0 comments on commit 8c0b2c1

Please sign in to comment.