Update domain

This commit is contained in:
Elara 2023-04-20 20:07:23 -07:00
parent 4073538ee6
commit 0f7c55a4d8
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
FROM node:19-alpine
RUN apk add git
RUN git clone https://gitea.arsenm.dev/Arsen6331/lure-web
RUN git clone https://gitea.elara.ws/Elara6331/lure-web
RUN cd lure-web && \
npm i && \
LURE_WEB_API_URL='https://api.lure.arsenm.dev' npm run build
LURE_WEB_API_URL='https://api.lure.elara.ws' npm run build
WORKDIR /lure-web
ENTRYPOINT node build
ENTRYPOINT node build