fix(docker): Fix default expose port

This commit is contained in:
2025-05-04 12:59:09 +01:00
parent 6d4d86447c
commit 414e50e559

View File

@@ -17,5 +17,5 @@ FROM base AS runtime
COPY --from=builder /runtime /runtime
ENV PATH=/runtime/bin:$PATH
EXPOSE 8000/tcp
EXPOSE 80/tcp
CMD ["smsbot"]