Update docker/opengist/Dockerfile

This commit is contained in:
Nova Cat 2025-04-09 20:27:15 -07:00
parent c47e0a373b
commit c9047c4480

View file

@ -1,6 +1,6 @@
FROM alpine:edge
WORKDIR /app
RUN apk add --no-cache git go nodejs make
RUN git clone opengist .
RUN git clone https://github.com/thomiceli/opengist.git .
RUN make
CMD ["make", "watch"]