Skip to content

Commit

Permalink
ci: fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
erguotou520 committed Feb 20, 2024
1 parent f3267c7 commit 194436d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY . .
RUN bun run build
RUN rm -rf src
RUN rm -rf bun.lockb
COPY src/db/ src/db/
COPY ./src/db/ /app/src/db/
RUN mkdir -p /app/db && chown -R 1000:1000 /app/db

FROM oven/bun:1-slim AS release
Expand Down
Empty file removed packages/server/db/.gitkeep
Empty file.

0 comments on commit 194436d

Please sign in to comment.