docker関連のコマンドを削除

This commit is contained in:
yuuki 2024-02-13 10:16:24 +09:00
parent 2b93dc0922
commit 65810efa1f
2 changed files with 0 additions and 7 deletions

View File

@ -1,2 +0,0 @@
/.git
/server

View File

@ -1,5 +0,0 @@
FROM python:latest
COPY . /app
WORKDIR /app
RUN pip install -r requirements.txt
CMD ["timeout","0","bash","-eux","start.sh"]