feat(sentry10): Make on-premise work for Sentry 10 (#220)
This commit is contained in:
6
cron/Dockerfile
Normal file
6
cron/Dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
ARG BASE_IMAGE
|
||||
FROM ${BASE_IMAGE}
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends cron && \
|
||||
rm -r /var/lib/apt/lists/*
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
Reference in New Issue
Block a user