Add Dockerfile
This commit is contained in:
parent
cea2117b56
commit
ddec44c807
10
docker/Dockerfile
Normal file
10
docker/Dockerfile
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
FROM node:19-alpine
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
WORKDIR /lure-web
|
||||||
|
ENTRYPOINT node build
|
Loading…
Reference in New Issue
Block a user