T1ckbase commited on
Commit
f4a33e8
·
verified ·
1 Parent(s): 5a437ee

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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