mirror of https://github.com/ouqiang/gocron
9 lines
137 B
Plaintext
9 lines
137 B
Plaintext
|
FROM alpine:latest
|
||
|
|
||
|
COPY gocron /usr/local/gocron
|
||
|
|
||
|
WORKDIR /usr/local/gocron
|
||
|
|
||
|
EXPOSE 5920
|
||
|
|
||
|
ENTRYPOINT ["/usr/local/gocron/gocron", "web"]
|