Add local production infra lab
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
FROM python:3.12-slim
|
||||
|
||||
WORKDIR /app
|
||||
COPY mock_http.py /app/mock_http.py
|
||||
EXPOSE 8080
|
||||
Reference in New Issue
Block a user