Files
archy/docker/electrs-ui/Dockerfile
T

8 lines
266 B
Docker
Raw Normal View History

FROM 80.71.235.15:3000/archipelago/nginx:1.29.6-alpine
2026-03-22 03:30:21 +00:00
COPY index.html /usr/share/nginx/html/
COPY 50x.html /usr/share/nginx/html/
COPY assets/ /usr/share/nginx/html/assets/
COPY nginx.conf /etc/nginx/conf.d/default.conf
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]