Update Dockerfile
Some checks failed
Build Mau & Deploy Mau / deploy (push) Has been cancelled
Build Mau & Deploy Mau / build (push) Has been cancelled

This commit is contained in:
2024-05-27 20:59:44 +00:00
parent 355dabf439
commit 3294b1adf9

View File

@@ -4,6 +4,9 @@ WORKDIR /var/www/mau-mau.nl
COPY . . 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 install --silent
RUN npm run build RUN npm run build
RUN npm install -g serve RUN npm install -g serve