Skip to content

Commit b67e53c

Browse files
committed
chore: try 9
1 parent b5612c9 commit b67e53c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ WORKDIR /app
55
COPY . /app/
66
RUN pip install --no-cache-dir -r requirements.txt
77

8-
EXPOSE $PORT
8+
EXPOSE 10000
99

10-
ENV PORT=$PORT
11-
12-
CMD [ "uvicorn" , "app.main:app", "--host", "0.0.0.0", "--port", $PORT, "--reload"]
10+
CMD [ "uvicorn" , "app.main:app", "--host", "0.0.0.0", "--port", 10000, "--reload"]

0 commit comments

Comments
 (0)