firewallet-site/Dockerfile
Nathan Woodburn a2f34bd784
All checks were successful
Build Docker / Build Docker (push) Successful in 22s
actions: Fix subpages
2023-07-31 17:32:25 +10:00

3 lines
95 B
Docker

FROM nginx:alpine
COPY . /usr/share/nginx/html
COPY default.conf /etc/nginx/conf.d/default.conf