We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 871fcd3 commit e8195f9Copy full SHA for e8195f9
Dockerfile
@@ -11,6 +11,6 @@ ADD . .
11
12
RUN pip install -r requirements.txt --no-deps
13
VOLUME /python-openbmclapi/bmclapi
14
-ENV port=8800
+ENV port=80
15
EXPOSE $port
16
CMD ["python", "./main.py"]
0 commit comments