Fix dockerfile

This commit is contained in:
Elara 2022-12-20 14:24:22 -08:00
parent e3f7a5667c
commit 76d7bd8d6d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ RUN apk add git
RUN git clone https://gitea.arsenm.dev/Arsen6331/lure-web
RUN cd lure-web && \
npm i && \
LURE_WEB_API_URL='http://api.lure.arsenm.dev' npm run build
LURE_WEB_API_URL='https://api.lure.arsenm.dev' npm run build
WORKDIR /lure-web
ENTRYPOINT node build