Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -16,7 +16,7 @@ WORKDIR /app
|
|
16 |
COPY build/ ./
|
17 |
|
18 |
# Make the server executable
|
19 |
-
RUN chmod +x ./
|
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
|