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
1 changed files with 2 additions and 0 deletions

View File

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