Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
devedse committed Sep 29, 2023
1 parent c80a1ae commit 0c3c365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnityGame/Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM nginx:latest

# Copy the WebGL build to the default nginx public folder
COPY ./build/WebGL/ /etc/nginx/html
COPY ./build/WebGL/* /etc/nginx/html

# Copy the custom nginx configuration to the default config location in nginx
COPY ./Docker/nginx.conf /etc/nginx/conf.d/default.conf

0 comments on commit 0c3c365

Please sign in to comment.