cosmos-explorer/Dockerfile

3 lines
97 B
Docker
Raw Normal View History

2021-08-27 04:40:17 +00:00
FROM nginx:alpine
2021-08-27 05:57:38 +00:00
COPY ping.conf /etc/nginx/conf.d/default.conf
COPY dist /usr/share/nginx/html