Fixed Dockerfile

This commit is contained in:
Alberto Soutullo Rendo 2022-11-18 14:46:07 +01:00
parent 90953bf60f
commit ae83d52792
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ COPY . .
RUN pip install -r requirements.txt
WORKDIR src
ENV PYTHONPATH "${PYTHONPATH}:src"
ENTRYPOINT ["python", "main.py"]
ENTRYPOINT ["python", "src/main.py"]