Files
pokedexter/nginx/Dockerfile
T

2 lines
64 B
Docker
Raw Normal View History

2026-07-01 21:10:06 +02:00
FROM nginx:alpine
COPY nginx.conf /etc/nginx/conf.d/default.conf