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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -5,6 +5,8 @@ FROM node:current-bullseye
5
  WORKDIR /vpsfree-45
6
  # Root
7
  USER root
 
 
8
  # Copy package.json and package-lock.json
9
  COPY package*.json ./
10
 
 
5
  WORKDIR /vpsfree-45
6
  # Root
7
  USER root
8
+ # maybe
9
+ RUN apt install fakeroot -y
10
  # Copy package.json and package-lock.json
11
  COPY package*.json ./
12