Spaces:
Runtime error
Runtime error
Commit
·
9efbefb
1
Parent(s):
57264e7
firstCommit
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -12,7 +12,7 @@ COPY requirements.txt .
|
|
| 12 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 13 |
|
| 14 |
# Copy application code
|
| 15 |
-
COPY
|
| 16 |
|
| 17 |
# Expose port
|
| 18 |
EXPOSE 8000
|
|
|
|
| 12 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 13 |
|
| 14 |
# Copy application code
|
| 15 |
+
COPY main.py .
|
| 16 |
|
| 17 |
# Expose port
|
| 18 |
EXPOSE 8000
|