update docker
This commit is contained in:
@ -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" ]
|
||||
|
||||
Reference in New Issue
Block a user