dockerfile

This commit is contained in:
root
2021-01-15 22:10:10 +00:00
parent 400ddf498e
commit af50f241e8

View File

@@ -4,5 +4,5 @@ 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 . .
COPY .theia-workspace .
ENTRYPOINT node /home/theia/src-gen/backend/main.js /home/project/.theia-workspace --hostname=0.0.0.0