1
1
mirror of https://github.com/bumi/lntip synced 2025-06-16 17:55:35 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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