Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
fix: paths
Browse files Browse the repository at this point in the history
  • Loading branch information
sibalzer committed May 24, 2021
1 parent c32aded commit cecda5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/dockerfile
@@ -1,9 +1,9 @@
FROM python:3

WORKDIR /src
COPY requirements.txt .
COPY ../requirements.txt .
RUN pip install -r requirements.txt
COPY src/ .
COPY ../src/ .

WORKDIR /
CMD [ "python", "/src/impfbot.py" ]

0 comments on commit cecda5b

Please sign in to comment.