Update Dockerfile

This commit is contained in:
Lucy Joshua 2023-01-29 20:51:57 +02:00 committed by GitHub
parent 1e8761d7b0
commit a8232064f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,4 +2,4 @@ FROM python:latest
COPY . /etc/botyam
WORKDIR /etc/botyam
RUN pip install -r requirements.txt
CMD ["python3", "./main.py"]
CMD ["python3", "./src/main.py"]