Skip to content

Commit

Permalink
実行権限を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
o-tr committed Aug 21, 2024
1 parent 1ce04f4 commit 09f6a4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ RUN pnpm install --frozen-lockfile
COPY ./ ./
RUN pnpm prisma generate

RUN chmod +x ./init.sh

# Run phase
FROM node:$NODE_VERSION AS runner

Expand Down

0 comments on commit 09f6a4b

Please sign in to comment.