Skip to content

Commit

Permalink
fastify-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
u1-liquid committed Nov 8, 2024
1 parent ab673b3 commit 278a168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV NODE_ENV=production
COPY ./ ./
RUN corepack enable \
&& pnpm i --frozen-lockfile --aggregate-output \
&& pnpm install -g fastify-cli
&& pnpm install fastify-cli

CMD ["pnpm", "fastify", "start", "./dist/index.js"]

Expand Down

0 comments on commit 278a168

Please sign in to comment.