Initial commit
This commit is contained in:
8
nginx-unity/Dockerfile
Normal file
8
nginx-unity/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM alpine
|
||||
|
||||
RUN apk add --no-cache py3-flask unit-python3
|
||||
|
||||
WORKDIR /www/
|
||||
|
||||
CMD ["unitd", "--no-daemon", "--control", "0.0.0.0:8765"]
|
||||
|
||||
Reference in New Issue
Block a user