Skip to content

Instantly share code, notes, and snippets.

@paulodutra
Created March 22, 2022 17:50
Show Gist options
  • Save paulodutra/aaa33d7f4a11611e03301034af89993a to your computer and use it in GitHub Desktop.
Save paulodutra/aaa33d7f4a11611e03301034af89993a to your computer and use it in GitHub Desktop.
FROM nginx:1.19.1-alpine
RUN apk add bash
RUN rm /etc/nginx/conf.d/default.conf
COPY ./docker/nginx.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