diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -6,4 +6,4 @@ COPY . /app  WORKDIR /app  RUN pip3 install -r requirements.txt  ENTRYPOINT ["python3"] -CMD ["runprog.py"] +CMD ["subreddit.py"] | 
