瀏覽代碼

Remove dockerfile

pull/178/head
Nick Sharp 7 年之前
父節點
當前提交
e3a16aa276
共有 1 個檔案被更改,包括 0 行新增9 行删除
  1. +0
    -9
      Dockerfile

+ 0
- 9
Dockerfile 查看文件

@@ -1,9 +0,0 @@
FROM python:2.7

COPY . /app

WORKDIR app

RUN pip install -r requirements.txt

ENTRYPOINT [ "python", "run.py" ]

Loading…
取消
儲存