6 lines
115 B
Docker
6 lines
115 B
Docker
FROM nginx:1.29-alpine
|
|
|
|
LABEL author="TR Web <info@trweb.hu>"
|
|
|
|
COPY peppermint.conf /etc/nginx/conf.d/default.conf
|