Add as subdirectories

This commit is contained in:
zhousha
2025-08-14 10:02:15 +08:00
parent ebce9be882
commit 9ca117be75
20 changed files with 122 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
FROM corex:3.2.1
WORKDIR /workspace
COPY requirements_f5.txt constraints_f5.txt f5_server.py launch_f5.sh /workspace/
RUN pip install -r requirements_f5.txt -c constraints_f5.txt
ENTRYPOINT ["/bin/bash", "launch_f5.sh"]