Add Flask REST API test server for External System Gateway and Inbound API testing
This commit is contained in:
6
infra/restapi/Dockerfile
Normal file
6
infra/restapi/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM python:3.13-slim
|
||||
WORKDIR /app
|
||||
RUN pip install flask
|
||||
COPY app.py .
|
||||
EXPOSE 5200
|
||||
CMD ["python", "app.py"]
|
||||
Reference in New Issue
Block a user