Dockerfile typo
This commit is contained in:
parent
59c8720312
commit
28f327ac8b
|
|
@ -20,7 +20,7 @@ COPY --from=builder /app/.env.example ./.env.example
|
|||
# COPY --from=builder /app/certs ./certs
|
||||
|
||||
# Expose the default port (can be overridden by env or flag)
|
||||
EXPOSE 144
|
||||
EXPOSE 1404
|
||||
|
||||
# Entrypoint
|
||||
ENTRYPOINT ["/app/iralex-einvoice"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue