Empereur-Pirate commited on
Commit
f42471c
·
verified ·
1 Parent(s): 4b63774

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -11,6 +11,8 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
11
 
12
  COPY . .
13
 
 
 
14
  # Set up a new user named "user" with user ID 1000
15
  RUN useradd -m -u 1000 user
16
 
 
11
 
12
  COPY . .
13
 
14
+ COPY static /app/static
15
+
16
  # Set up a new user named "user" with user ID 1000
17
  RUN useradd -m -u 1000 user
18