This website requires JavaScript.
Explore
Help
Sign In
wgu
/
decky-plugin-template
Template
Watch
1
Star
0
Fork
0
You've already forked decky-plugin-template
mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced
2026-05-18 14:40:19 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c15ae3b7438ba880f3acc3774d4e5e41eba4c436
decky-plugin-template
/
backend
/
entrypoint.sh
8 lines
100 B
Bash
Raw
Normal View
History
Unescape
Escape
Merge Dockerfile and example files for backend support example (#7) * Add template dockerfile for testing * Switch to holo-docker image * Add default entrypoint.sh * Updated dockerfile to reflect CI/CD on database * Add template makefile, main.c * Adjusted entrypoint.sh to actually build binary * Made entrypoint.sh executable * Big README update and comments in Dockerfile
2022-08-13 20:14:43 -07:00
#!/bin/sh
set
-e
Adjusted entrypoint.sh to actually build binary
2022-08-09 20:20:31 -07:00
echo
"
Container's IP address: `awk 'END{print
$1
}' /etc/hosts`
"
cd
/backend
make
Reference in New Issue
Copy Permalink