mirror of
https://github.com/tornadocash/tornado-onion.git
synced 2024-11-22 01:37:14 +01:00
4 lines
145 B
Docker
4 lines
145 B
Docker
FROM nginx:alpine
|
|
RUN apk add git
|
|
RUN rm -rf /usr/share/nginx/html
|
|
RUN git clone https://github.com/tornadocash/ui-minified /usr/share/nginx/html |