FROM ubuntu:24.10 AS build

FROM pwn.red/jail

COPY --from=app / /srv

COPY a.out /srv/app

COPY server.sh /srv/app/run

ENV JAIL_PORT=50001