mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
Updated dockerfile to generate save file at build
This commit is contained in:
parent
d543ab0a89
commit
c323e49451
1 changed files with 1 additions and 0 deletions
|
|
@ -17,4 +17,5 @@ ARG SAVE_FREQ=2
|
||||||
|
|
||||||
RUN ["chmod", "+x", "/CCash/config/ssl.sh"]
|
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}"]
|
CMD ["sh", "-c", "/CCash/config/ssl.sh && /CCash/build/bank ${ADMIN_A} ${SAVE_FREQ}"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue