1tbfree commited on
Commit
ad8952a
·
verified ·
1 Parent(s): f6fdb94

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -3,7 +3,8 @@ FROM node:current-bullseye
3
 
4
  # Set the working directory in the container
5
  WORKDIR /vpsfree-45
6
-
 
7
  # Copy package.json and package-lock.json
8
  COPY package*.json ./
9
 
 
3
 
4
  # Set the working directory in the container
5
  WORKDIR /vpsfree-45
6
+ # Root
7
+ USER root
8
  # Copy package.json and package-lock.json
9
  COPY package*.json ./
10