bardd commited on
Commit
e890588
·
verified ·
1 Parent(s): f686c53

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM node:20-alpine
3
  # Create app directory
4
  WORKDIR /app
5
 
6
- RUN sudo npm install -g --unsafe-perm=true --allow-root
7
 
8
  # Install app dependencies
9
  COPY package*.json ./
 
3
  # Create app directory
4
  WORKDIR /app
5
 
6
+ RUN npm install -g --unsafe-perm=true --allow-root
7
 
8
  # Install app dependencies
9
  COPY package*.json ./