Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
clmntsnr committed Nov 11, 2024
1 parent 11433b8 commit da9995a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /app

COPY bunfig.toml .
COPY package.json .
COPY packages/ ./
COPY packages packages
COPY bun.lockb .
RUN bun install

Expand All @@ -19,7 +19,8 @@ COPY postcss.config.js ./

COPY tsconfig.json ./

COPY ./ ./
COPY app app
COPY src src
RUN bun run build

EXPOSE 5173
Expand Down

0 comments on commit da9995a

Please sign in to comment.