pse-podcast-synchronisation/reverse-proxy/Dockerfile

11 lines
135 B
Docker
Raw Normal View History

2024-06-19 00:14:49 +02:00
# syntax=docker/dockerfile:1
#
# NGINX phase
#
FROM nginx:alpine
COPY ./conf.d/nginx.conf /etc/nginx/templates/default.conf.tmpl