mirror of
https://github.com/ouqiang/gocron.git
synced 2024-04-21 12:31:58 +00:00
9 lines
116 B
Plaintext
9 lines
116 B
Plaintext
FROM alpine:latest
|
|
|
|
WORKDIR /usr/local/gocron
|
|
|
|
COPY . .
|
|
|
|
EXPOSE 5920
|
|
|
|
ENTRYPOINT ["/usr/local/gocron/gocron", "web"] |