Files
traque/proxy/Dockerfile

8 lines
88 B
Docker

# nginx/Dockerfile
FROM nginx:alpine
COPY nginx.conf /etc/nginx/nginx.conf
EXPOSE 80