| # debian.sh --arch 'amd64' out/ 'bookworm' '@1776729600' |
| /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates && rm -rf /var/lib/apt/lists/* |
| WORKDIR /app |
| COPY file:fd4676342720ffcd40e0e579545ea0445d83f64d5d55c56e4af579eedd77c411 in /app/aiindex-server |
| COPY dir:5cf08a9602240eb7accf9cd537339857e0036a9661bfb15e2a1d92c075d579c2 in /app/dist |
| COPY file:b146233eacf6f0165d17a49a90e0ec6b02f87fef79c4c72c9c4986f42f092998 in /app/stocks.toml |
| ENV BIND_ADDR=0.0.0.0:8080 |
| ENV RUST_LOG=info |
| EXPOSE 8080 |
| CMD ["/app/aiindex-server"] |