Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -3,6 +3,8 @@ FROM ${BASE} AS base
|
|
3 |
|
4 |
WORKDIR /app
|
5 |
|
|
|
|
|
6 |
# Install dependencies (this step is cached as long as the dependencies don't change)
|
7 |
COPY package.json pnpm-lock.yaml ./
|
8 |
|
|
|
3 |
|
4 |
WORKDIR /app
|
5 |
|
6 |
+
USER root
|
7 |
+
|
8 |
# Install dependencies (this step is cached as long as the dependencies don't change)
|
9 |
COPY package.json pnpm-lock.yaml ./
|
10 |
|