Skip to content

Instantly share code, notes, and snippets.

@jwsy
Created April 1, 2022 05:44
Show Gist options
  • Save jwsy/e7f7f72df158e739c057c63945dc01f0 to your computer and use it in GitHub Desktop.
Save jwsy/e7f7f72df158e739c057c63945dc01f0 to your computer and use it in GitHub Desktop.
jade-shooter Dockerfile
FROM nginxinc/nginx-unprivileged
EXPOSE 8080
COPY index.html /usr/share/nginx/html
COPY scenes /usr/share/nginx/html/scenes
COPY sprites /usr/share/nginx/html/sprites
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment