Created
October 29, 2018 12:17
-
-
Save manekinekko/bf97a368a31cc59c747d00faf28d529e to your computer and use it in GitHub Desktop.
Google Cloud Build config file for xlayers.app (CI only) — Dockerfile
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 scripts/cloudbuild/ngcontainer/nginx.conf /etc/nginx/conf.d/default.conf | |
COPY dist/html /usr/share/nginx/html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment