build dev 2020 DockerImages

This commit is contained in:
2021-01-10 07:13:28 +00:00
parent 004a7c9533
commit 9ebf2ba0a5
6 changed files with 96 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
from theiaide/theia-python:latest
run apt-get update && apt-get -y install libgs-dev
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
ENTRYPOINT node /home/theia/src-gen/backend/main.js /home/project/.theia-workspace --hostname=0.0.0.0