Merge pull request #34 from Expand-sys/patch-4

Updated dockerfile to generate save file at build
This commit is contained in:
William Katz 2021-07-31 15:55:05 -07:00 committed by GitHub
commit d4638278d4
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 ["sh", "-c", "/CCash/config/ssl.sh && /CCash/build/bank"]
CMD ["sh", "-c", "/CCash/config/ssl.sh && /CCash/build/bank ${ADMIN_A} ${SAVE_FREQ}"]