Deploy IFT: optional observer-web/logrotate, bootstrap build on IFT server.
CI / test (push) Failing after 2m8s

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-10 14:33:19 +03:00
parent 3239970e1d
commit 63cb9e7e02
5 changed files with 130 additions and 15 deletions
+4 -6
View File
@@ -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