Updated dockerfile to generate save file at build

This commit is contained in:
Expand-sys 2021-08-01 08:51:58 +10:00 committed by GitHub
parent d543ab0a89
commit c323e49451
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}"]