FROM nginx:1.15.8-alpine
LABEL maintainer="Bektur Mambetov"
COPY default.conf /etc/nginx/conf.d/default.conf
COPY dist /usr/share/nginx/html
