Skip to content

Commit e8195f9

Browse files
authored
Update Dockerfile
1 parent 871fcd3 commit e8195f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ ADD . .
1111

1212
RUN pip install -r requirements.txt --no-deps
1313
VOLUME /python-openbmclapi/bmclapi
14-
ENV port=8800
14+
ENV port=80
1515
EXPOSE $port
1616
CMD ["python", "./main.py"]

0 commit comments

Comments
 (0)