Skip to content

Instantly share code, notes, and snippets.

@savelee
Last active October 7, 2016 08:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save savelee/3b37ef3659918d42e4791bd658a502ce to your computer and use it in GitHub Desktop.
Save savelee/3b37ef3659918d42e4791bd658a502ce to your computer and use it in GitHub Desktop.
# This image will be based on the official Nginx docker image
# to serve static contents
FROM nginx
MAINTAINER Lee Boonstra <lee.boonstra@sencha.com>
# We copy over our build to the Nginx server
COPY build/production/Client /usr/share/nginx/html
# Tell Docker we are going to use this port
EXPOSE 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment