Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,7 +11,7 @@ COPY requirements.txt /code/requirements.txt
|
|
11 |
RUN pip install -r requirements.txt
|
12 |
|
13 |
# Copy the application code to the working directory
|
14 |
-
COPY
|
15 |
|
16 |
# Expose the port on which the application will run
|
17 |
EXPOSE 8000
|
|
|
11 |
RUN pip install -r requirements.txt
|
12 |
|
13 |
# Copy the application code to the working directory
|
14 |
+
COPY . /code
|
15 |
|
16 |
# Expose the port on which the application will run
|
17 |
EXPOSE 8000
|