diff --git a/Dockerfile b/Dockerfile index 06f9fcd..e6379de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]