From 414e50e559f26e0c95d12af6ce5c29e62b767a09 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sun, 4 May 2025 12:59:09 +0100 Subject: [PATCH] fix(docker): Fix default expose port --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3b6b9b8..5fc98fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file