From 233e7a9c8e18bb0990488650fe90bbd00efc4b07 Mon Sep 17 00:00:00 2001 From: DTieman Date: Sat, 22 Jun 2024 20:49:00 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5634278..68a18fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,8 +4,8 @@ WORKDIR /var/www/mau-mau.nl COPY . . -RUN echo "REACT_APP_API_URL=https://mau-mau.nl/api" >> .env -RUN echo "REACT_APP_WEBSOCKET_URL=wss://mau-mau.nl/api" >> .env +RUN echo "REACT_APP_API_URL=https://api.mau-mau.nl" >> .env +RUN echo "REACT_APP_WEBSOCKET_URL=wss://api.mau-mau.nl" >> .env RUN npm install --silent RUN npm run build