Specifying how to build in README.md, in case I forget.
This commit is contained in:
parent
63b3efaa9b
commit
0a996ad14c
10
README.md
10
README.md
|
@ -1,2 +1,12 @@
|
|||
# everybody-mov
|
||||
In my dreams there is an intimacy I have never known.
|
||||
|
||||
## Building image
|
||||
```
|
||||
docker buildx build --platform linux/amd64 -t ailuridae.io/everybodymov .
|
||||
```
|
||||
|
||||
## Running container
|
||||
```
|
||||
docker run -e CONSUMER_KEY=mykey -e CONSUMER_SECRET=mysecret -e ACCESS_TOKEN=mytoken -e ACCESS_TOKEN_SECRET=mytokensecret ailuridae.io/everybodymov:latest
|
||||
```
|
Loading…
Reference in New Issue