Skip to content

Commit

Permalink
* Remove redundant port expose
Browse files Browse the repository at this point in the history
  • Loading branch information
itsankoff committed Nov 3, 2023
1 parent 0cbdfea commit 1b60648
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,4 @@ ENV PER_PAGE "15"
ENV DOWNLOAD_PATH "./download"
ENV PROGRESS_MODE "noline"

EXPOSE 80

CMD ["sh", "-c", "python3 main.py --action $ACTION --start-page $START_PAGE --pages $PAGES --per-page $PER_PAGE --download-path $DOWNLOAD_PATH --progress-mode $PROGRESS_MODE"]

0 comments on commit 1b60648

Please sign in to comment.