Compare commits
No commits in common. "7191bc063cb6418d46db28e4ad16c12a4616a558" and "1edb5ad0466056eeecab11670baf9bc00048ee86" have entirely different histories.
7191bc063c
...
1edb5ad046
|
@ -2,7 +2,7 @@ version: '2.7'
|
|||
|
||||
services:
|
||||
piston_api:
|
||||
image: ghcr.io/engineer-man/piston
|
||||
build: api
|
||||
restart: always
|
||||
ports:
|
||||
- 2000:2000
|
||||
|
|
|
@ -117,7 +117,10 @@ cd cli && npm i && cd -
|
|||
### Installation
|
||||
|
||||
```sh
|
||||
docker run -v $PWD:'/piston' --tmpfs /piston/jobs -dit -p 2000:2000 --name piston_api ghcr.io/engineer-man/piston
|
||||
echo "$GITHUB_TOKEN" | docker login https://docker.pkg.github.com -u "$GITHUB_USERNAME" --password-stdin
|
||||
# Change out the $GITHUB_TOKEN and $GITHUB_USERNAME with appropritate values
|
||||
|
||||
docker run -v $PWD:'/piston' --tmpfs /piston/jobs -dit -p 2000:2000 --name piston_api docker.pkg.github.com/engineer-man/piston/api:latest
|
||||
```
|
||||
|
||||
<br>
|
||||
|
|
Loading…
Reference in New Issue