Skip to content

Instantly share code, notes, and snippets.

@tstachl
Created February 21, 2018 03:31
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 tstachl/c549c85709e3a0553278884ddb8ade57 to your computer and use it in GitHub Desktop.
Save tstachl/c549c85709e3a0553278884ddb8ade57 to your computer and use it in GitHub Desktop.
A custom Dockerfile to copy a config file into the image.
FROM nginx:alpine
COPY nginx.vh.default.conf /etc/nginx/conf.d/default.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment