Deploy IFT: optional observer-web/logrotate, bootstrap build on IFT server.
CI / test (push) Failing after 2m8s
CI / test (push) Failing after 2m8s
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
FROM erlang:28-alpine
|
||||
|
||||
RUN apk add --no-cache \
|
||||
elixir \
|
||||
nodejs \
|
||||
npm \
|
||||
git \
|
||||
inotify-tools
|
||||
RUN for i in 1 2 3 4 5; do \
|
||||
apk add --no-cache elixir nodejs npm git inotify-tools && break; \
|
||||
echo "apk retry $i/5..."; sleep 15; \
|
||||
done
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
FROM alpine:latest
|
||||
RUN apk add --no-cache logrotate dcron tzdata
|
||||
RUN for i in 1 2 3 4 5; do \
|
||||
apk add --no-cache logrotate dcron tzdata && break; \
|
||||
echo "apk retry $i/5..."; sleep 15; \
|
||||
done
|
||||
COPY logrotate.conf /etc/logrotate.conf
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
Reference in New Issue
Block a user