Skip to content

Instantly share code, notes, and snippets.

@nicholascourage
Created April 10, 2024 15:56
Show Gist options
  • Save nicholascourage/93c728f8a951b7b6b5a389aa883cd7c3 to your computer and use it in GitHub Desktop.
Save nicholascourage/93c728f8a951b7b6b5a389aa883cd7c3 to your computer and use it in GitHub Desktop.
FROM nginx:latest
WORKDIR /var/www/html
RUN chown -R www-data:www-data /var/www/html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment