diff --git a/Dockerfile b/Dockerfile index ae60461..73784ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ FROM python:3.9-slim -COPY requirements.txt ./ +COPY requirements.txt / RUN pip install --no-cache-dir -r requirements.txt -COPY ./tweet.py . +COPY ./tweet.py / -CMD [ "python", "./tweet.py" ] +CMD [ "python", "/tweet.py" ]