Skip to content

Instantly share code, notes, and snippets.

@5sfayas
Created July 24, 2022 07: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 5sfayas/3e89970a71d955b448d018feebea604d to your computer and use it in GitHub Desktop.
Save 5sfayas/3e89970a71d955b448d018feebea604d to your computer and use it in GitHub Desktop.
FROM nginx:alpine
RUN apk update && apk add bash
COPY nginx.conf /etc/nginx/nginx.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment