Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|