Update docker/opengist/Dockerfile

This commit is contained in:
Nova Cat 2025-04-09 20:32:22 -07:00
parent c9047c4480
commit f36b5d4d36

View file

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