1
1
mirror of https://github.com/bumi/lntip synced 2026-02-15 05:27:49 +00:00

Add expose command with default port

This commit is contained in:
Aaron Dewes
2021-10-27 17:35:06 +01:00
committed by GitHub
parent e3bf2c0537
commit 44befafc6d

View File

@@ -15,4 +15,6 @@ FROM alpine:3.14
COPY --from=builder /app/lnme /lnme COPY --from=builder /app/lnme /lnme
EXPOSE 1323
CMD ["/lnme"] CMD ["/lnme"]