Kano001 commited on
Commit
d3ff19c
·
verified ·
1 Parent(s): ca04cb6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ WORKDIR /app
16
  COPY build/ ./
17
 
18
  # Make the server executable
19
- RUN chmod +x ./YourUnityServer.x86_64
20
 
21
  # Stage 2: Setup Nginx and serve static files
22
  FROM nginx:alpine AS webserver
 
16
  COPY build/ ./
17
 
18
  # Make the server executable
19
+ RUN chmod +x ./server.x86_64
20
 
21
  # Stage 2: Setup Nginx and serve static files
22
  FROM nginx:alpine AS webserver