Created
July 5, 2019 06:53
-
-
Save justindavies/57d708a76edebab8810a26d78194a456 to your computer and use it in GitHub Desktop.
This file contains 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 | |
RUN mkdir /usr/share/nginx/html/sitemaps | |
COPY *.xml /usr/share/nginx/html/sitemaps/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment