3 lines
86 B
Docker
3 lines
86 B
Docker
FROM nginx:alpine
|
|
COPY ping.conf /etc/nginx/conf.d/ping.conf
|
|
COPY dist /var/www/html |