mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
Merge pull request #34 from Expand-sys/patch-4
Updated dockerfile to generate save file at build
This commit is contained in:
commit
d4638278d4
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 ["sh", "-c", "/CCash/config/ssl.sh && /CCash/build/bank"]
|
||||
CMD ["sh", "-c", "/CCash/config/ssl.sh && /CCash/build/bank ${ADMIN_A} ${SAVE_FREQ}"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue