| # debian.sh --arch 'amd64' out/ 'bookworm' '@1777939200' |
| /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ffmpeg fontconfig fonts-noto-color-emoji libpango-1.0-0 libpangocairo-1.0-0 ca-certificates curl && (apt-get install -y --no-install-recommends libpango1.0-tools || apt-get install -y --no-install-recommends pango1.0-tools || true) && rm -rf /var/lib/apt/lists/* |
| ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 |
| WORKDIR /app |
| COPY file:6496accf6792322d47be84c11631789246b96786022e1cccb76ff19a89a3e444 in /app/bannerbox |
| COPY dir:d31439f8d12f2f4db04a38d6b5f93c12d13422844742827562fb4eb33823949b in /app/static |
| EXPOSE 3000 |
| HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 CMD curl -fsS http://localhost:3000/health || exit 1 |
| CMD ["/app/bannerbox"] |