inital commit, very early alpha stage
This commit is contained in:
8
backend/Dockerfile
Normal file
8
backend/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM python:3.13-slim
|
||||
|
||||
WORKDIR /app
|
||||
COPY pyproject.toml README.md ./
|
||||
RUN pip install --no-cache-dir -e .
|
||||
COPY app ./app
|
||||
EXPOSE 8000
|
||||
|
||||
Reference in New Issue
Block a user