Files
java-tutorials/docker/docker-include-outside-build-context/projects/config/Dockerfile
T

3 lines
56 B
Docker
Raw Normal View History

FROM nginx:latest
COPY nginx.conf /etc/nginx/nginx.conf