Make config.ini file optional (#531)

This commit is contained in:
Jonathan Zernik 2020-12-31 15:30:58 -08:00 committed by GitHub
parent 705ffef8a9
commit 9fcb87aeed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 7 deletions

View file

@ -42,7 +42,4 @@ ENV PATH="/opt/venv/bin:$PATH"
COPY "start-squeaknode.sh" .
RUN chmod +x start-squeaknode.sh
RUN ls -l .
RUN touch config.ini
CMD ["./start-squeaknode.sh"]