Skip to content

Commit

Permalink
First release
Browse files Browse the repository at this point in the history
  • Loading branch information
kladkogex committed Jun 7, 2021
1 parent d7d4541 commit e693c92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ ADD abi/skale-manager-1.8.0-mainnet-abi.json /etc/skale-manager-1.8.0-mainnet-ab

RUN pip3 install web3==5.13.1

ADD ./endpoints.py /etc/endpoints.py
ADD ./periodic_config_update.py /etc/periodic_config_update.py

# Initialization and Startup Script
Expand Down
3 changes: 2 additions & 1 deletion start.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/bash



rm -f /tmp/*
python3 /etc/endpoints.py
python3 /etc/periodic_config_update.py &

/usr/sbin/nginx
Expand Down

0 comments on commit e693c92

Please sign in to comment.