10 lines
285 B
Docker
Raw Normal View History

# 2022-10-05 Hyperling
2023-07-05 20:02:50 -07:00
# Create the nginx environment for a reverse proxy.
# https://docs.docker.com/engine/reference/builder/
FROM nginx
2023-07-05 20:02:50 -07:00
# Add all the configuration files to the environment.
COPY ./config/nginx.conf /etc/nginx/nginx.conf
COPY ./config/conf.d/*.* /etc/nginx/conf.d/