docker関連のコマンドを削除
This commit is contained in:
@@ -1,2 +0,0 @@
|
|||||||
/.git
|
|
||||||
/server
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
FROM python:latest
|
|
||||||
COPY . /app
|
|
||||||
WORKDIR /app
|
|
||||||
RUN pip install -r requirements.txt
|
|
||||||
CMD ["timeout","0","bash","-eux","start.sh"]
|
|
||||||
Reference in New Issue
Block a user