From faa3604d499fff4283c817097a841ca1ae97dbb2 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 11 Dec 2020 18:08:27 +0100 Subject: [PATCH] Add link for Python version --- Dockerfile | 1 + makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 173a52a..2b04c6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,6 +29,7 @@ ENV HOME=/root \ DISPLAY=:0.0 \ DISPLAY_WIDTH=1280 \ DISPLAY_HEIGHT=680 +RUN ln -s /usr/bin/python3 /usr/bin/python #AJOUT BMT pour lancher xterm RUN \ diff --git a/makefile b/makefile index 2e9efd0..bfa0563 100644 --- a/makefile +++ b/makefile @@ -11,7 +11,7 @@ DATAVOL=/home/docker/$(CONTAINER)/vol #net=host: mandatory for others containers to connect to mysql STARTOPT=-d \ --p 8080:8080 \ +-p 9080:8080 \ -v DATAVOL:/root \ --name $(CONTNAME) \ $(CONTAINER)