robosats-web-host/Dockerfile
2025-02-12 20:30:16 +01:00

8 lines
116 B
Docker

FROM nginx:stable-alpine
COPY build /usr/share/nginx/html
EXPOSE 80
EXPOSE 443
CMD ["nginx", "-g", "daemon off;"]