mirror of
https://github.com/daeuniverse/dae.git
synced 2024-12-22 21:25:01 +07:00
fix typo
This commit is contained in:
parent
1a6ea54425
commit
c3b69c705b
@ -6,7 +6,7 @@ ADD go.mod go.sum ./
|
||||
RUN go mod download
|
||||
ADD . .
|
||||
RUN git submodule update --init
|
||||
RUN which musl-gcc; make OUTPUT=dae GOFLAGS="-buildvcs=false"
|
||||
RUN make OUTPUT=dae GOFLAGS="-buildvcs=false"
|
||||
|
||||
FROM alpine
|
||||
RUN mkdir -p /usr/local/share/dae/
|
||||
|
Loading…
Reference in New Issue
Block a user