We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a04af41 commit fa33296Copy full SHA for fa33296
Dockerfile
@@ -17,4 +17,5 @@ RUN apt update && apt install -y binutils wget git \
17
ADD main.py .
18
COPY --from=build /app/dist ./public
19
EXPOSE 8123
20
+EXPOSE 8815
21
CMD ["python3","./main.py"]
0 commit comments