mirror of
https://github.com/simon987/feed_archiver.git
synced 2025-12-15 15:19:03 +00:00
Replace rabbitmq with redis
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Build
|
||||
FROM golang:1.14 as go_build
|
||||
FROM golang:1.13 as go_build
|
||||
WORKDIR /build/
|
||||
|
||||
COPY main.go .
|
||||
@@ -11,4 +11,4 @@ FROM scratch
|
||||
WORKDIR /root/
|
||||
COPY --from=go_build ["/build/feed_archiver", "/root/"]
|
||||
|
||||
CMD ["/root/feed_archiver"]
|
||||
CMD ["/root/feed_archiver"]
|
||||
|
||||
Reference in New Issue
Block a user