Skip to content

Commit

Permalink
chore: config is now a volume
Browse files Browse the repository at this point in the history
  • Loading branch information
domenicoblanco committed Mar 3, 2024
1 parent 204b679 commit 86f5803
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM python:3.10-slim
WORKDIR /healthcheckbot/

VOLUME config

RUN apt update
RUN apt install -y iputils-ping

Expand All @@ -9,6 +11,5 @@ RUN pip3 install -r requirements.txt


COPY . .
COPY config/settings.yaml config/settings.yaml

ENTRYPOINT ["python3", "__init__.py"]

0 comments on commit 86f5803

Please sign in to comment.