Skip to content

Commit

Permalink
Merge pull request #49 from magi-sche-org/fix/dockerfile
Browse files Browse the repository at this point in the history
[修正] Dockerfileの修正
  • Loading branch information
xpadev-net authored Feb 27, 2024
2 parents c6fc1b5 + 628fa55 commit b90336f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ WORKDIR /app
# Prepare node_modules
RUN npm install -g pnpm
COPY package.json pnpm-lock.yaml ./
COPY .husky ./.husky

ENV NODE_ENV=production
RUN pnpm install --frozen-lockfile --production
Expand Down

0 comments on commit b90336f

Please sign in to comment.