Spaces:
Sleeping
Sleeping
samanthakarungi
commited on
Updata Docker file
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
FROM python:3.12.0
|
3 |
|
4 |
# Copy the current directory contents into the container at .
|
5 |
-
COPY .
|
6 |
|
7 |
# Set the working directory to /
|
8 |
WORKDIR /app
|
|
|
2 |
FROM python:3.12.0
|
3 |
|
4 |
# Copy the current directory contents into the container at .
|
5 |
+
COPY . .
|
6 |
|
7 |
# Set the working directory to /
|
8 |
WORKDIR /app
|