Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
stanistan committed Jun 21, 2024
1 parent 4fd5b41 commit 76a0b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

FROM oven/bun:1.1 as tw
WORKDIR /app
COPY package.json bun.lockb .
COPY package.json bun.lockb ./
RUN bun install --frozen-lockfile
COPY . .
RUN bun run tailwindcss -i ./static/input.css -o styles.css --minify
Expand Down

0 comments on commit 76a0b13

Please sign in to comment.