FROM nginx:alpine

###
### -- This is the RUNTIME docker container.  This next part was copied from devtools'
###    alpine container which we don't have access to pull in our account.
###

EXPOSE 8080
COPY nginx.local.conf /etc/nginx/nginx.conf