Skip to content
Snippets Groups Projects
Commit 801065ce authored by jkerdreu's avatar jkerdreu
Browse files

Added tmux.conf

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/trunk@2181 b32b6428-25c9-4566-ad07-03861ab6144f
parent 9c9d974d
No related branches found
No related tags found
No related merge requests found
......@@ -5,13 +5,14 @@ RUN pip3 install --upgrade pip
# due to a bug in current ujson on alpine, we need to use the git
RUN pip3 install git+git://github.com/esnme/ultrajson.git
RUN svn co https://redmine.telecom-bretagne.eu/svn/xaal/code/Python/trunk /root/xaal_svn
RUN cd /root/xaal_svn && python3 ./install.py
RUN mkdir /root/.xaal/
RUN echo xaal|xaal-keygen|grep "key=" > /root/.xaal/xaal.ini
COPY ./tmux.conf /root/.tmux.conf
CMD ["tmux"]
EXPOSE 8080/tcp
EXPOSE 9090/tcp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment