Created
April 1, 2022 05:44
-
-
Save jwsy/e7f7f72df158e739c057c63945dc01f0 to your computer and use it in GitHub Desktop.
jade-shooter Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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