@@ -1,5 +1,5 @@
|
||||
# Backend Dockerfile for FastAPI with Python 3.13
|
||||
FROM python:3.13-slim
|
||||
# Backend Dockerfile for FastAPI with Python 3.12
|
||||
FROM python:3.12-slim
|
||||
|
||||
# Set working directory
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user