diff --git a/Dockerfile b/Dockerfile index e270503..c46bc36 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ FROM oven/bun:latest WORKDIR /app -COPY package.json bun.lockb ./ RUN bun install +COPY package.json bun.lockb ./ COPY . . RUN bun run build:css EXPOSE 3000 -CMD ["bun", "run", "app.js"] \ No newline at end of file +CMD ["bun", "run", "app.js"]