tingwu_new
All checks were successful
Deploy to Server / deploy (push) Successful in 17s

This commit is contained in:
jeremygan2021
2026-03-11 14:53:33 +08:00
parent d7f9d7ed8b
commit 84e36bdd02
5 changed files with 68 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ RUN pip install --upgrade pip && pip install -r requirements.txt
# Copy project
COPY . /app/
COPY .env /app/
# Expose port
EXPOSE 8000