diff --git a/showservices/Dockerfile b/showservices/Dockerfile index 576d49b0a8e625e8deb7425ce9265cf2fcf1e310..955254557db40073c761411082f565695be12f3e 100644 --- a/showservices/Dockerfile +++ b/showservices/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.8 WORKDIR / COPY requirement.txt RUN pip install -r requirements.txt -COPY ./movies.py/ +COPY ./movies.py / COPY ./database /database EXPOSE 5001 CMD["python3", "./movies.py"]