mirror of https://github.com/huashengdun/webssh
Sheng
6 years ago
3 changed files with 16 additions and 0 deletions
@ -0,0 +1,5 @@ |
|||||||
|
FROM python:3.7-slim |
||||||
|
ADD . /code |
||||||
|
WORKDIR /code |
||||||
|
RUN pip install -r requirements.txt |
||||||
|
CMD ["python", "run.py"] |
@ -0,0 +1,6 @@ |
|||||||
|
version: '3' |
||||||
|
services: |
||||||
|
web: |
||||||
|
build: . |
||||||
|
ports: |
||||||
|
- "8888:8888" |
Loading…
Reference in new issue