diff --git a/Dockerfile b/Dockerfile index 68243b6..38594c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,4 +4,4 @@ COPY requirements.txt ./ RUN pip install --no-cache-dir -r requirements.txt COPY . . EXPOSE 80 -CMD [ "python", ".rawg-to-steam/main.py" ] \ No newline at end of file +CMD [ "python", "rawg-to-steam/main.py" ] \ No newline at end of file