Charan5775 commited on
Commit
2a951c2
·
verified ·
1 Parent(s): 4607ee1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ FROM ${BASE} AS base
4
  WORKDIR /app
5
 
6
  # Install dependencies
7
- COPY package.json pnpm-lock.yaml./
8
  RUN corepack enable pnpm && pnpm install
9
 
10
  # Change ownership of /app to node user
 
4
  WORKDIR /app
5
 
6
  # Install dependencies
7
+ COPY package.json pnpm-lock.yaml ./
8
  RUN corepack enable pnpm && pnpm install
9
 
10
  # Change ownership of /app to node user