This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
++++ realpath -s /CustomPiOS/build | |
+++ dirname /CustomPiOS/build | |
++ BUILD_SCRIPT_PATH=/CustomPiOS | |
++ source /CustomPiOS/common.sh | |
++ install_cleanup_trap | |
++ set -e | |
++ trap cleanup SIGINT SIGTERM | |
++++ realpath -s /CustomPiOS/build | |
+++ dirname /CustomPiOS/build | |
++ CUSTOM_OS_PATH=/CustomPiOS |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2020-01-01 02:22:00Z | |
His Name Is Alan | |
http://dobyfriday.com/165 | |
<p><strong>This week's challenge: continue the Holiday Party.</strong></p> | |
----------------------------------------- | |
2019-12-24 02:21:00Z | |
My Hog Is My Business | |
http://dobyfriday.com/164 | |
<p><strong>This week’s challenge: have a holiday party.</strong></p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fff |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# launch: docker-compose up -d | |
version: "3.7" | |
services: | |
validator: | |
image: quay.io/team-helium/validator:latest-validator-amd64 | |
container_name: validator | |
init: true | |
restart: always | |
ports: | |
- "2154:2154" |
OlderNewer