Fix dockerfile
This commit is contained in:
parent
e3f7a5667c
commit
76d7bd8d6d
@ -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
|
Loading…
Reference in New Issue
Block a user