
The uhhtpd from fnichol is outdated and docker won't build it unless i tell it to use the older buildkit
I would suggest to do it with nginx:alpine, I tried it with that and it works fine
This is Dockerfile i used:
FROM nginx:alpine
COPY . /usr/share/nginx/html
The uhhtpd from fnichol is outdated and docker won't build it unless i tell it to use the older buildkit
I would suggest to do it with nginx:alpine, I tried it with that and it works fine
This is Dockerfile i used: