Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aliosmandev authored Feb 20, 2024
1 parent 29f5209 commit 069e9ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/docs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:alpine as base
FROM node:20.11.0 as base
RUN apk update
RUN npm install -g pnpm

Expand All @@ -23,4 +23,4 @@ RUN pnpm docs:build
FROM base AS runner
WORKDIR /app
COPY --from=builder /app/ .
CMD pnpm docs:preview
CMD pnpm docs:preview

0 comments on commit 069e9ad

Please sign in to comment.