Merge pull request #69 from hay-kot/docker/expose-port
Expose port 8080 in dockerfile
This commit is contained in:
commit
52d87652ea
1 changed files with 3 additions and 0 deletions
|
@ -30,4 +30,7 @@ COPY --from=build \
|
||||||
/app/target/release/microbin \
|
/app/target/release/microbin \
|
||||||
/usr/bin/microbin
|
/usr/bin/microbin
|
||||||
|
|
||||||
|
# Expose webport used for the webserver to the docker runtime
|
||||||
|
EXPOSE 8080
|
||||||
|
|
||||||
ENTRYPOINT ["microbin"]
|
ENTRYPOINT ["microbin"]
|
Loading…
Reference in a new issue