From 3294b1adf9024562a3c9dce13e3b85cfa1e9b44a Mon Sep 17 00:00:00 2001 From: DTieman Date: Mon, 27 May 2024 20:59:44 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 7ec4160..5634278 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,9 @@ 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 npm install --silent RUN npm run build RUN npm install -g serve