We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf1ab5 commit 8797890Copy full SHA for 8797890
Dockerfile
@@ -6,4 +6,6 @@ COPY ./api .
6
7
RUN pip install --no-cache-dir -r requirements.txt
8
9
+EXPOSE 3000
10
+
11
CMD ["python", "main.py"]
0 commit comments