FROM ghcr.io/engineer-man/piston:latest # Expose port 2000 EXPOSE 2000 # Run the server CMD ["node", "api"]