This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
decky-plugin-template
Watch
1
Star
0
Fork
You've already forked decky-plugin-template
0
mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced
2025-10-30 23:02:25 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
328d3a8316
decky-plugin-template
/
backend
/
Dockerfile
6 lines
84 B
Text
Raw
Normal View
History
Unescape
Escape
Add template dockerfile for testing
2022-07-27 16:52:49 -07:00
FROM arch:latest
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
Add template dockerfile for testing
2022-07-27 16:52:49 -07:00
ADD ./backend/ /source
ADD ./build/backend /build
WORKDIR /source
Reference in a new issue
Copy permalink