Files
peppermint-docker/nginx-api/Dockerfile
Richard Toth 6e3428c1f3 init commit
2026-02-28 12:58:47 +01:00

6 lines
118 B
Docker

FROM nginx:1.29-alpine
LABEL author="TR Web <info@trweb.hu>"
COPY peppermintapi.conf /etc/nginx/conf.d/default.conf