Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 \
|