Skip to content

Instantly share code, notes, and snippets.

@manekinekko
Created October 29, 2018 12:17
Show Gist options
  • Save manekinekko/bf97a368a31cc59c747d00faf28d529e to your computer and use it in GitHub Desktop.
Save manekinekko/bf97a368a31cc59c747d00faf28d529e to your computer and use it in GitHub Desktop.
Google Cloud Build config file for xlayers.app (CI only) — Dockerfile
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