mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-16 16:12:14 +11:00
🔥 superfluous line
This commit is contained in:
parent
1776eaea2f
commit
3f08055dd0
1 changed files with 1 additions and 3 deletions
|
|
@ -16,6 +16,4 @@ ARG ADMIN_A=admin
|
||||||
ARG SAVE_FREQ=2
|
ARG SAVE_FREQ=2
|
||||||
|
|
||||||
RUN ["chmod", "+x", "/CCash/config/ssl.sh"]
|
RUN ["chmod", "+x", "/CCash/config/ssl.sh"]
|
||||||
|
CMD ["sh", "-c", "/CCash/build/bank && /CCash/build/bank ${ADMIN_A} ${SAVE_FREQ}"]
|
||||||
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