From c323e49451fcca3befe141aa197ec8e76413c9cf Mon Sep 17 00:00:00 2001 From: Expand-sys <79956551+Expand-sys@users.noreply.github.com> Date: Sun, 1 Aug 2021 08:51:58 +1000 Subject: [PATCH] Updated dockerfile to generate save file at build --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index cb59923..8575155 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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}"]