This website requires JavaScript.
Explore
Help
Register
Sign in
NG-SD-Plugins
/
usdpl-decky-plugin-template
Watch
1
Star
0
Fork
You've already forked usdpl-decky-plugin-template
0
Code
Pull requests
Activity
d13987ac2b
usdpl-decky-plugin-template
/
backend
/
Dockerfile
6 lines
89 B
Text
Raw
Normal View
History
Unescape
Escape
whoops wrong image name
2022-07-28 02:17:05 +01: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-14 04:14:43 +01:00
Add template dockerfile for testing
2022-07-28 00:52:49 +01:00
ADD ./backend/ /source
ADD ./build/backend /build
WORKDIR /source
Copy permalink