update docker

This commit is contained in:
Raghav
2026-03-11 18:47:09 -04:00
parent e476dd8731
commit 4f2880d0df
2 changed files with 9 additions and 3 deletions

View File

@ -7,9 +7,15 @@ EXPOSE 3000
FROM node
RUN mkdir /frontend
WORKDIR /frontend
RUN git clone https://git.coopcloud.tech/BornDeleuze/coop-cloud-front
RUN git clone https://git.coopcloud.tech/BornDeleuze/coop-cloud-front .
RUN npm install
EXPOSE 5173
RUN curl https://install.abra.coopcloud.tech | bash
ENV ABRA_BIN=/root/.local/bin/abra
RUN $ABRA_BIN recipe sync
COPY ./start.sh /
COPY --from=0 /backend/app /backend/app
ENTRYPOINT [ "/start.sh" ]

View File

@ -2,5 +2,5 @@
/backend/app &
cd /frontend
npm run dev
npm install
npm run dev -- --host