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