Create httpserver
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
FROM python:3.9-alpine
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
COPY echo.py ./
|
||||
|
||||
ENTRYPOINT ["python", "./echo.py"]
|
||||
Reference in New Issue
Block a user