add inotify to container
load old last post from config
This commit is contained in:
@@ -21,10 +21,9 @@ RUN go build -o /go/bin/fbBot .
|
||||
FROM alpine
|
||||
VOLUME /opt/tmp
|
||||
RUN apk update && \
|
||||
apk add --no-cache ca-certificates chromium chromium-chromedriver
|
||||
apk add --no-cache ca-certificates chromium chromium-chromedriver inotify-tools inotify-tools-dev
|
||||
# Copy our static executable.
|
||||
COPY --from=builder /go/bin/fbBot /opt/fbBot
|
||||
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
|
||||
COPY contrib/ /
|
||||
COPY config.yaml /etc/fbBot/config.yaml
|
||||
# Run the hello binary.
|
||||
|
||||
Reference in New Issue
Block a user