Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MainKronos authored Oct 4, 2022
1 parent 7c62c1b commit 1a6cbdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ ENV PIP_ROOT_USER_ACTION ignore
# USER dockeruser
ENV USER_NAME dockeruser

ENV VERSION "1.8.2"
ENV VERSION "1.8.3"

EXPOSE 5000

VOLUME [ "/downloads", "/script/json", "/script/connections" ]

CMD ["/script/start.sh"]
CMD ["/script/start.sh"]

0 comments on commit 1a6cbdf

Please sign in to comment.