coyotte508 commited on
Commit
698016a
·
1 Parent(s): bd7a7e5
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ RUN npm install -g pnpm && pnpm install
8
 
9
  EXPOSE 3000
10
 
11
- # RUN chown -R 1000:1000 /app
12
 
13
  RUN pnpm build
14
 
 
8
 
9
  EXPOSE 3000
10
 
11
+ RUN chown -R 1000:1000 /app
12
 
13
  RUN pnpm build
14