pse-podcast-synchronisation/reverse-proxy/Dockerfile
2024-06-27 12:11:14 +02:00

11 lines
135 B
Docker

# syntax=docker/dockerfile:1
#
# NGINX phase
#
FROM nginx:alpine
COPY ./conf.d/nginx.conf /etc/nginx/templates/default.conf.tmpl