forked from cerc-io/cosmos-explorer
3 lines
97 B
Docker
3 lines
97 B
Docker
FROM nginx:alpine
|
|
COPY ping.conf /etc/nginx/conf.d/default.conf
|
|
COPY dist /usr/share/nginx/html |