Created
February 4, 2020 15:08
-
-
Save ger86/b872975a2a6f7a2cfdf40306bc101dae to your computer and use it in GitHub Desktop.
Dockerfile-nginx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM nginx:latest | |
COPY ./build/nginx/default.conf /etc/nginx/conf.d/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment