update ports
All checks were successful
Create and publish a Docker image 🚀 / build-and-push-image (push) Successful in 1m13s
All checks were successful
Create and publish a Docker image 🚀 / build-and-push-image (push) Successful in 1m13s
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user