Files
ringracers-docker-compose/nginx/Dockerfile
T

3 lines
70 B
Docker

FROM nginx:1.27-alpine
EXPOSE 80
COPY nginx.conf /etc/nginx/nginx.conf