Dockerfile typo

This commit is contained in:
pooyarhz99 2025-09-07 15:34:18 +03:30
parent 59c8720312
commit 28f327ac8b
1 changed files with 1 additions and 1 deletions

View File

@ -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"]