FROM ghcr.io/engineer-man/piston:latest # Expose the API port EXPOSE 2000 # Start Piston API CMD ["piston", "serve"]