diff --git a/docker/Dockerfile b/docker/Dockerfile index ef0bacd..14aa393 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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 \ No newline at end of file +ENTRYPOINT node build