mirror of
https://github.com/lus/pasty.git
synced 2023-08-10 21:13:09 +03:00
docker: Expose 8080 from dockerfile (#30)
This helps service discovery on traefik, which uses the exposed port to determine where to reverse proxy to Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
parent
15b32b093e
commit
befc9615d5
@ -22,4 +22,5 @@ FROM alpine:latest
|
||||
WORKDIR /root
|
||||
COPY --from=build /app/pasty .
|
||||
COPY web ./web/
|
||||
EXPOSE 8080
|
||||
CMD ["./pasty"]
|
Loading…
Reference in New Issue
Block a user