Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rushuinet authored Jan 7, 2021
1 parent e9e03ba commit 45a7de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN go env -w GO111MODULE=on && \

WORKDIR /app

RUN git clone https://github.com/ouqiang/gocron.git \
RUN git clone https://github.com/cron-go/gocron.git \
&& cd gocron \
&& yarn config set ignore-engines true \
&& make install-vue \
Expand Down

0 comments on commit 45a7de7

Please sign in to comment.