mirror of
https://github.com/blackboxprogramming/simulation-theory.git
synced 2026-03-18 02:34:02 -05:00
ci: add Dockerfile
This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
FROM python:3.12-slim
|
||||||
|
WORKDIR /app
|
||||||
|
COPY requirements.txt* ./
|
||||||
|
RUN pip install --no-cache-dir -r requirements.txt || true
|
||||||
|
COPY . .
|
||||||
|
EXPOSE 8000
|
||||||
|
CMD ["python", "main.py"]
|
||||||
Reference in New Issue
Block a user