Add link for Python version
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
2
makefile
2
makefile
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user