Upload
This commit is contained in:
parent
a1551cec3b
commit
9eb610a0a8
@ -5,9 +5,7 @@ FROM python:3.9
|
||||
WORKDIR /app
|
||||
|
||||
# 复制应用程序文件到容器中
|
||||
COPY app.py /app/app.py
|
||||
COPY /templates /app/templates
|
||||
COPY requirements.txt /app/requirements.txt
|
||||
COPY src /app
|
||||
COPY file/flag.sh /flag.sh
|
||||
RUN chmod +x /flag.sh
|
||||
# 安装应用程序依赖项
|
||||
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
Loading…
x
Reference in New Issue
Block a user