Skip to content

Instantly share code, notes, and snippets.

@gandroz
Created January 10, 2020 14:26
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 gandroz/aaa7371d584c17d9d3ac5ff7628de7ec to your computer and use it in GitHub Desktop.
Save gandroz/aaa7371d584c17d9d3ac5ff7628de7ec to your computer and use it in GitHub Desktop.
Dockerfile for nginx
FROM nginx:1.17.6
# Remove default Nginx config
RUN rm /etc/nginx/nginx.conf
# Copy the modified Nginx conf
COPY nginx.conf /etc/nginx
# Copy proxy config
COPY mlflow.conf /etc/nginx/sites-enabled/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment