FROM nginx:stable-perl
WORKDIR /usr/share/nginx/html

COPY ./build/web/ ./
COPY ./default.conf /etc/nginx/conf.d/default.conf

EXPOSE 8051