diff --git a/Dockerfile b/Dockerfile index ca828ee..78c7666 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,5 @@ RUN bun install --frozen-lockfile COPY ./src ./src COPY ./posts ./posts -EXPOSE 3000 - USER bun CMD [ "bun", "src/index.tsx" ]