mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-19 04:18:52 +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"]
|
||||
WORKDIR /portfolio
|
||||
|
||||
EXPOSE 8000
|
||||
ENTRYPOINT ["portfolio"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue