mirror of
https://github.com/engineer-man/piston.git
synced 2025-08-02 10:58:45 +02:00
fix: name is now lowercase
This commit is contained in:
parent
ff7318cbb3
commit
86b36630c4
11 changed files with 26 additions and 26 deletions
|
@ -1,2 +1,2 @@
|
|||
FROM ghcr.io/Endercheif/piston:latest
|
||||
FROM ghcr.io/endercheif/piston:latest
|
||||
ADD . /piston/packages/
|
|
@ -28,7 +28,7 @@ fetch_packages(){
|
|||
-dit \
|
||||
-p $port:2000 \
|
||||
--name builder_piston_instance \
|
||||
ghcr.io/Endercheif/piston
|
||||
ghcr.io/endercheif/piston
|
||||
|
||||
# Ensure the CLI is installed
|
||||
cd ../cli
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue