- Import all config files

This commit is contained in:
nwithan8 2023-12-08 17:56:04 -07:00
parent 1616d91ebe
commit 8c0b2c12d6

View File

@ -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