Expose port for service discovery
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
parent
437291f362
commit
48c5b5b7d5
1 changed files with 1 additions and 0 deletions
|
@ -11,4 +11,5 @@ RUN cargo build --release
|
|||
|
||||
FROM gcr.io/distroless/cc:nonroot
|
||||
COPY --from=builder /app/target/release/paste-frontend /
|
||||
EXPOSE 8080
|
||||
CMD ["/paste-frontend"]
|
||||
|
|
Loading…
Reference in a new issue