5 lines
130 B

FROM nginx:stable-alpine
ENV LANG en_US.UTF-8
COPY ./dist/ /usr/share/nginx/html/
COPY nginx.conf /etc/nginx/nginx.conf
EXPOSE 80