mirror of
https://github.com/danbulant/Portfolio
synced 2026-07-06 03:20:53 +00:00
fix: expose port 8000
This commit is contained in:
parent
1312c390b0
commit
b7079812a9
1 changed files with 1 additions and 0 deletions
|
|
@ -10,4 +10,5 @@ COPY --from=builder /portfolio/target/release/portfolio /usr/local/bin/portfolio
|
||||||
VOLUME ["/portfolio"]
|
VOLUME ["/portfolio"]
|
||||||
WORKDIR /portfolio
|
WORKDIR /portfolio
|
||||||
|
|
||||||
|
EXPOSE 8000
|
||||||
ENTRYPOINT ["portfolio"]
|
ENTRYPOINT ["portfolio"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue