Skip to content

Commit

Permalink
refactor(docker): expose default port (Cloudbox#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
l3uddz authored Jul 30, 2020
1 parent 2296e0d commit 7eb392a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ COPY ["dist/build_linux_linux_amd64/autoscan", "/app/autoscan/autoscan"]
COPY ["docker/run", "/etc/services.d/autoscan/run"]

# Volume
VOLUME ["/config"]
VOLUME ["/config"]

# Port
EXPOSE 3030

0 comments on commit 7eb392a

Please # to comment.