wework.sidebar/Dockerfile_Test

7 lines
143 B
Plaintext

FROM nginx
RUN rm /etc/nginx/conf.d/default.conf
ADD deploy/nginx_test.conf /etc/nginx/conf.d/default.conf
COPY dist/ /usr/share/nginx/html/