Skip to content

Commit fa46861

Browse files
committed
server
1 parent 1f6db75 commit fa46861

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

api/Dockerfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ ENV PYTHONUNBUFFERED 1
88
COPY . /app/
99

1010
WORKDIR /app
11+
1112
RUN pip install -e . --upgrade
12-
RUN pip install flask waitress
1313

1414
WORKDIR api
15+
RUN pip install -r requirements.txt
1516

16-
EXPOSE 8888
17+
EXPOSE 9999
1718

1819
ENTRYPOINT [ "python3" ]
1920

0 commit comments

Comments
 (0)