Priyanshu Kumar
commited on
Commit
·
43c03ea
1
Parent(s):
db251fb
Switch to Docker SDK for FastAPI app
Browse files- DOCKERFILE +1 -1
DOCKERFILE
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
FROM python:3.10
|
2 |
|
3 |
# Set up working directory
|
4 |
-
WORKDIR /
|
5 |
|
6 |
# Copy files
|
7 |
COPY . .
|
|
|
1 |
FROM python:3.10
|
2 |
|
3 |
# Set up working directory
|
4 |
+
WORKDIR /app
|
5 |
|
6 |
# Copy files
|
7 |
COPY . .
|