File size: 212 Bytes
f2e8d7f
04f60df
581d9df
f2e8d7f
 
 
0414c49
04f60df
581d9df
f2e8d7f
d68d8c7
1
2
3
4
5
6
7
8
9
10
11
12
# Use the official Piston image as the base
FROM ghcr.io/engineer-man/piston:latest

# Set the working directory
WORKDIR /piston

# Expose the API port
EXPOSE 2000

# Start the Piston API
CMD ["piston", "serve"]