FROM oven/bun:1.1.20-slim

WORKDIR /app
COPY app.js ./

ENV FLAG="ictf{fake_flag}"

#CMD ["bun", "run", "app.js"]
CMD ["sleep", "9999999999"]