This commit is contained in:
EntireTwix 2021-07-31 15:57:05 -07:00
commit b7f2ad3b5f
2 changed files with 2 additions and 1 deletions

View file

@ -17,4 +17,5 @@ ARG SAVE_FREQ=2
RUN ["chmod", "+x", "/CCash/config/ssl.sh"]
RUN ["sh", "-c", "/CCash/config/ssl.sh && /CCash/build/bank"]
CMD ["sh", "-c", "/CCash/config/ssl.sh && /CCash/build/bank ${ADMIN_A} ${SAVE_FREQ}"]

View file

@ -7,7 +7,7 @@ A pre-built docker image is supplied in the repos [GitHub Packages](https://gith
It can be run with docker like so:
```
docker pull docker.pkg.github.com/entiretwix/ccash/ccash:latest
docker run -itp 443:443 -v ccashconfig:/ccash/config -e ADMIN_A=<admin-username> -e SAVE_FREQ=<in minutes> expandsys/ccash
```
## Build