Fix Taskfile
This commit is contained in:
@ -6,7 +6,7 @@ RUN go install github.com/go-task/task/v3/cmd/task@latest
|
||||
FROM alpine
|
||||
RUN apk add go
|
||||
RUN apk add nodejs yarn bash curl git git-perl tmux
|
||||
ADD build.sh /
|
||||
ADD docker/build.sh /
|
||||
COPY --from=godeps /root/go/bin/task /root/go/bin/sqlc /usr/local/bin/
|
||||
RUN yarn global add @vue/cli
|
||||
ENV PATH="/root/.yarn/bin/:${PATH}"
|
||||
|
Reference in New Issue
Block a user