Files
images/nginx-unity/Dockerfile
2024-06-19 11:33:02 +02:00

9 lines
134 B
Docker

FROM alpine
RUN apk add --no-cache py3-flask unit-python3
WORKDIR /www/
CMD ["unitd", "--no-daemon", "--control", "0.0.0.0:8765"]