Specifying how to build in README.md, in case I forget.
This commit is contained in:
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
|
||||
```
|
||||
Reference in New Issue
Block a user