mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2025-12-03 04:18:08 -06:00
Add template dockerfile for testing
This commit is contained in:
parent
3c508eb258
commit
b37f994986
1 changed files with 6 additions and 0 deletions
6
backend/Dockerfile
Normal file
6
backend/Dockerfile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
FROM arch:latest
|
||||
|
||||
ADD ./backend/ /source
|
||||
ADD ./build/backend /build
|
||||
|
||||
WORKDIR /source
|
||||
Loading…
Add table
Add a link
Reference in a new issue