apprise-api/Dockerfile-nginx

9 lines
215 B
Plaintext
Raw Normal View History

2019-10-27 04:53:40 +01:00
# pull official base image
FROM nginx
# Copy our customized NginX configuration (for container usage)
2020-01-03 05:24:07 +01:00
COPY etc/nginx /etc/nginx/
2019-10-27 04:53:40 +01:00
# Copy our static content in place
COPY apprise_api/static /usr/share/nginx/html/s/