Update docker/opengist/Dockerfile
This commit is contained in:
parent
c47e0a373b
commit
c9047c4480
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
Loading…
Add table
Reference in a new issue