Update Dockerfile
Browse files- Dockerfile +2 -5
Dockerfile
CHANGED
|
@@ -1,10 +1,7 @@
|
|
| 1 |
FROM ghcr.io/engineer-man/piston:latest
|
| 2 |
|
| 3 |
-
# Set the working directory
|
| 4 |
-
WORKDIR /piston
|
| 5 |
-
|
| 6 |
# Expose the API port
|
| 7 |
EXPOSE 2000
|
| 8 |
|
| 9 |
-
# Start
|
| 10 |
-
CMD ["
|
|
|
|
| 1 |
FROM ghcr.io/engineer-man/piston:latest
|
| 2 |
|
|
|
|
|
|
|
|
|
|
| 3 |
# Expose the API port
|
| 4 |
EXPOSE 2000
|
| 5 |
|
| 6 |
+
# Start Piston API
|
| 7 |
+
CMD ["piston", "serve"]
|