update ports
All checks were successful
Create and publish a Docker image 🚀 / build-and-push-image (push) Successful in 1m13s

This commit is contained in:
Smile Rex
2026-01-26 16:43:45 +03:00
parent b47909bea4
commit 503bcaddcc

View File

@@ -9,4 +9,4 @@ FROM oven/bun:slim
WORKDIR /app
COPY --from=build /app/build ./build
EXPOSE 3000
CMD ["bunx", "serve", "build", "-l", "tcp://0.0.0.0:3000"]
CMD ["bunx", "serve", "build", "-l", "3000"]