Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ttimochan committed Jul 10, 2024
1 parent 1149404 commit 0cd2199
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ FROM node:20-alpine AS builder
RUN apk add --no-cache libc6-compat git
RUN npm i -g pnpm
WORKDIR /app
COPY . .

RUN pnpm install
RUN npm run build
RUN git clone https://github.com/ttimochan/kami.git && \
pnpm install && \
npm run build

# If using npm comment out above and use below instead
# RUN npm run build
Expand Down

0 comments on commit 0cd2199

Please sign in to comment.