Specifying how to build in README.md, in case I forget.

This commit is contained in:
Amber McCloughan 2022-08-28 22:51:40 -04:00
parent 63b3efaa9b
commit 0a996ad14c
1 changed files with 10 additions and 0 deletions

View File

@ -1,2 +1,12 @@
# everybody-mov # everybody-mov
In my dreams there is an intimacy I have never known. 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
```