Skip to content

Instantly share code, notes, and snippets.

@keidrun
Last active February 11, 2018 00:40
Show Gist options
  • Select an option

  • Save keidrun/19736f246c07be0242999a446e9704d5 to your computer and use it in GitHub Desktop.

Select an option

Save keidrun/19736f246c07be0242999a446e9704d5 to your computer and use it in GitHub Desktop.
FROM nginx:1.13.8-alpine
LABEL maintainer='Keid'
ENV PATH $PATH:/usr/sbin/
COPY nginx.conf /etc/nginx/nginx.conf
RUN apk update
CMD nginx -g 'daemon off;'
EXPOSE 8080:80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment