Skip to content

Commit 8797890

Browse files
fix
1 parent fbf1ab5 commit 8797890

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ COPY ./api .
66

77
RUN pip install --no-cache-dir -r requirements.txt
88

9+
EXPOSE 3000
10+
911
CMD ["python", "main.py"]

0 commit comments

Comments
 (0)