init
This commit is contained in:
5
dummyhttpserver/Dockerfile
Normal file
5
dummyhttpserver/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
FROM python:3.13-alpine
|
||||
WORKDIR /app
|
||||
COPY server.py .
|
||||
CMD ["python", "server.py"]
|
||||
Reference in New Issue
Block a user