mirror of
https://github.com/tornadocash/tornado-onion.git
synced 2024-11-24 19:10:11 +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 |