Spaces:
Sleeping
Sleeping
Commit ·
9f8294d
1
Parent(s): 8f81467
Auto-commit: Dockerfile updated
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -58,7 +58,7 @@ RUN pip install -e .
|
|
| 58 |
RUN playwright install chromium --with-deps
|
| 59 |
|
| 60 |
# Copy application code
|
| 61 |
-
COPY
|
| 62 |
|
| 63 |
# Create execution directory
|
| 64 |
RUN mkdir -p /tmp/sandbox && chmod 777 /tmp/sandbox
|
|
|
|
| 58 |
RUN playwright install chromium --with-deps
|
| 59 |
|
| 60 |
# Copy application code
|
| 61 |
+
COPY app.py .
|
| 62 |
|
| 63 |
# Create execution directory
|
| 64 |
RUN mkdir -p /tmp/sandbox && chmod 777 /tmp/sandbox
|