archy/docker/electrs-ui/Dockerfile

8 lines
264 B
Docker
Raw Normal View History

FROM 80.71.235.15:3000/archipelago/nginx:1.27.4-alpine
COPY index.html /usr/share/nginx/html/
COPY 50x.html /usr/share/nginx/html/
COPY qrcode.js /usr/share/nginx/html/
COPY nginx.conf /etc/nginx/conf.d/default.conf
EXPOSE 50002
CMD ["nginx", "-g", "daemon off;"]