This repository has been archived on 2025-01-07. You can view files and clone it, but cannot push or open issues or pull requests.
stream-demo/tools/docker/nginx/Dockerfile

10 lines
150 B
Docker
Raw Permalink Normal View History

2020-07-21 00:26:53 +00:00
FROM nginx:1
RUN rm /etc/nginx/conf.d/default.conf
COPY tools/docker/nginx/conf.d/* /etc/nginx/conf.d/
COPY web /srv/app/web
WORKDIR /srv/app/web