FROM taler_local/taler_base RUN mkdir -p /scripts COPY scripts/* /scripts/ RUN chmod +x /scripts/*.sh ENTRYPOINT /scripts/startup.sh