This commit is contained in:
cnrenil 2024-09-21 21:22:01 +08:00
parent a1551cec3b
commit 9eb610a0a8
6 changed files with 1 additions and 3 deletions

View File

@ -5,9 +5,7 @@ FROM python:3.9
WORKDIR /app WORKDIR /app
# 复制应用程序文件到容器中 # 复制应用程序文件到容器中
COPY app.py /app/app.py COPY src /app
COPY /templates /app/templates
COPY requirements.txt /app/requirements.txt
COPY file/flag.sh /flag.sh COPY file/flag.sh /flag.sh
RUN chmod +x /flag.sh RUN chmod +x /flag.sh
# 安装应用程序依赖项 # 安装应用程序依赖项

View File

View File

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB