Very rudimentary Python support
Create a python environment. Only supports GET; doesn't support any parameters etc. yet. Basically just enough for a hello world demo.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
FROM python:3-onbuild
|
||||
CMD [ "python", "./server.py" ]
|
||||
EXPOSE 8888
|
||||
Reference in New Issue
Block a user