FROM docker.io/cloudflare/sandbox:0.12.1

COPY server.js /app/server.js

# Documents the ports this application uses (standard Docker convention)
EXPOSE 8080
