blob: 54b50920e4fd008b8e651a0170fde30955e43eb6 [file] [log] [blame]
FROM nginx:stable-alpine
COPY ./dist/ux /usr/share/nginx/html
COPY ./etc/nginx/nginx.conf /etc/nginx/nginx.conf
COPY ./etc/nginx/server.conf /etc/nginx/conf.d/default.conf
EXPOSE 4200