Files
basango/.docker/nginx/Dockerfile
T

5 lines
76 B
Docker

FROM nginx:1.27.1-alpine
COPY default.conf /etc/nginx/conf.d/default.conf