Skip to content
Snippets Groups Projects
Commit 676c5b62 authored by jkerdreu's avatar jkerdreu
Browse files

- Added 8081 (fakeinput)

- Expose is the default run



git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3182 b32b6428-25c9-4566-ad07-03861ab6144f
parent ee5b20c5
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,7 @@ COPY ./files/tmux.conf ./.tmux.conf ...@@ -18,6 +18,7 @@ COPY ./files/tmux.conf ./.tmux.conf
CMD ["tmux"] CMD ["tmux"]
EXPOSE 8080/tcp EXPOSE 8080/tcp
EXPOSE 8081/tcp
EXPOSE 9090/tcp EXPOSE 9090/tcp
......
...@@ -4,7 +4,7 @@ VER=latest ...@@ -4,7 +4,7 @@ VER=latest
NAME=xaal-debian NAME=xaal-debian
docker buildx build -t ${NAME}:${VER} . docker buildx build -t ${NAME}:${VER} .
docker run -it --rm ${NAME}:${VER} #docker run -it --rm ${NAME}:${VER}
# run this to enable dashboard and rest web API # run this to enable dashboard and rest web API
# docker run -it --rm -p 9090:9090 -p 8080:8080 --rm ${NAME}:${VER} docker run -it --rm -p 9090:9090 -p 8080:8080 -p 8081:8081 --rm ${NAME}:${VER}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment