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-17 06:00:07 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d13987ac2be6232d533f9d973150f02b7c7a5912
decky-plugin-template
/
backend
/
Dockerfile
6 lines
89 B
Docker
Raw
Normal View
History
Unescape
Escape
whoops wrong image name
2022-07-27 18:17:05 -07:00
FROM
archlinux: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 New Issue
Copy Permalink