XciD HF staff commited on
Commit
2410456
1 Parent(s): 163afa7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -3,6 +3,8 @@
3
  # Use an official Node.js runtime as the base image
4
  FROM node:18
5
 
 
 
6
  # Set the working directory in the container
7
  WORKDIR /usr/src/app
8
 
 
3
  # Use an official Node.js runtime as the base image
4
  FROM node:18
5
 
6
+ USER 1000
7
+
8
  # Set the working directory in the container
9
  WORKDIR /usr/src/app
10