Update Dockerfile
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user