Last active
May 6, 2020 19:17
-
-
Save aemloviji/1cfbe49b576126f757441dbb946950cf to your computer and use it in GitHub Desktop.
Dockerfile for the Nginx container
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:alpine | |
| COPY nginx-custom.conf /etc/nginx/conf.d/default.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment