Add link for Python version

This commit is contained in:
ben
2020-12-11 18:08:27 +01:00
parent 83b191ed1d
commit faa3604d49
2 changed files with 2 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ ENV HOME=/root \
DISPLAY=:0.0 \ DISPLAY=:0.0 \
DISPLAY_WIDTH=1280 \ DISPLAY_WIDTH=1280 \
DISPLAY_HEIGHT=680 DISPLAY_HEIGHT=680
RUN ln -s /usr/bin/python3 /usr/bin/python
#AJOUT BMT pour lancher xterm #AJOUT BMT pour lancher xterm
RUN \ RUN \

View File

@@ -11,7 +11,7 @@ DATAVOL=/home/docker/$(CONTAINER)/vol
#net=host: mandatory for others containers to connect to mysql #net=host: mandatory for others containers to connect to mysql
STARTOPT=-d \ STARTOPT=-d \
-p 8080:8080 \ -p 9080:8080 \
-v DATAVOL:/root \ -v DATAVOL:/root \
--name $(CONTNAME) \ --name $(CONTNAME) \
$(CONTAINER) $(CONTAINER)