Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysn4Irix committed Nov 10, 2023
1 parent 0bc75af commit c7a7d7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:18-alpine
FROM node:20-alpine

WORKDIR /app
COPY ./package.json .
COPY ./package.json ./pnpm-lock.yaml ./
RUN npm install --location=global pnpm
RUN pnpm install
COPY . .
Expand Down

0 comments on commit c7a7d7d

Please sign in to comment.