Update Dockerfile
This commit is contained in:
parent
1e8761d7b0
commit
a8232064f6
1 changed files with 1 additions and 1 deletions
|
|
@ -2,4 +2,4 @@ FROM python:latest
|
||||||
COPY . /etc/botyam
|
COPY . /etc/botyam
|
||||||
WORKDIR /etc/botyam
|
WORKDIR /etc/botyam
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
CMD ["python3", "./main.py"]
|
CMD ["python3", "./src/main.py"]
|
||||||
Loading…
Reference in a new issue