| # debian.sh --arch 'amd64' out/ 'bookworm' '@1776729600' |
| /bin/sh -c apt-get update && apt-get install -y ca-certificates && rm -rf /var/lib/apt/lists/* |
| WORKDIR /app |
| COPY file:c49db6826c98c73ecd43f76f99bb7b2434a239abc946b20d23dbcb5b9beb76a1 in /app/ |
| COPY dir:e094891343115e8ab82707639d2285545732c3efec54228494a05610bdbf18f8 in /app/dist |
| COPY dir:433952b432f17774cb67c0be20b460ec29ebb13bbad19c3926341e8824a69b7d in /app/config |
| /bin/sh -c useradd -m -u 1001 gamecode && chown -R gamecode:gamecode /app |
| USER gamecode |
| EXPOSE 8080 |
| ENV RUST_LOG=info |
| CMD ["./gamecode-server"] |