From 163b61a630bfe3788d71ea70b2ab2f409b8cbde8 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 17 Jan 2021 10:24:47 +0000 Subject: [PATCH] dockerfix --- Dockerfile.theia | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Dockerfile.theia b/Dockerfile.theia index aade8c5..56d66e8 100644 --- a/Dockerfile.theia +++ b/Dockerfile.theia @@ -1,8 +1,7 @@ from theiaide/theia-python:latest -RUN wget https://download.docker.com/linux/static/stable/x86_64/docker-20.10.2.tgz && tar -xvf docker-20.10.2.tgz docker/docker && cp docker/docker /usr/bin/ run apt-get update && apt-get -y install libgs-dev -WORKDIR /home/project COPY ./requirements.txt . run pip3 install --upgrade pip && pip3 install -r requirements.txt && pip3 install pytest pylint bandit flake8 black pytest-django six pytest-mock -COPY .theia-workspace . -ENTRYPOINT node /home/theia/src-gen/backend/main.js /home/project/.theia-workspace --hostname=0.0.0.0 \ No newline at end of file +#COPY . /home/project +RUN wget https://download.docker.com/linux/static/stable/x86_64/docker-20.10.2.tgz && tar -xvf docker-20.10.2.tgz docker/docker && cp docker/docker /usr/bin/ +#ENTRYPOINT node /home/theia/src-gen/backend/main.js /home/project/ --hostname=0.0.0.0 \ No newline at end of file