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 2523c07 commit 47c10bcCopy full SHA for 47c10bc
Dockerfile
@@ -11,5 +11,5 @@ ADD . .
11
12
RUN pip install -r requirements.txt
13
ENV cluster.port=8080
14
-EXPOSE $cluster.port
+EXPOSE 8080
15
CMD ["python", "./main.py"]
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "python-openbmclapi"
3
-version = "2.0.2"
+version = "2.0.3"
4
description = "The Python version of OpenBMCLAPI."
5
authors = ["SilianZ <silian_zheng@outlook.com>"]
6
license = "MIT"
0 commit comments