prthm11 commited on
Commit
b2454fc
·
verified ·
1 Parent(s): 8c5de07

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -20,6 +20,7 @@ COPY OUTPUTS/ /app/OUTPUTS
20
  COPY .env .env
21
  COPY test_streaming.py test_streaming.py
22
  COPY app_main.py app_main.py
 
23
 
24
  # Install system dependencies
25
  RUN apt-get update && apt-get install -y \
 
20
  COPY .env .env
21
  COPY test_streaming.py test_streaming.py
22
  COPY app_main.py app_main.py
23
+ COPY game_samples/ /app/game_samples
24
 
25
  # Install system dependencies
26
  RUN apt-get update && apt-get install -y \