mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2025-10-31 23:32:27 -05:00
Updated dockerfile to reflect CI/CD on database
This commit is contained in:
parent
9d8ffe8299
commit
aa46a9ee70
1 changed files with 2 additions and 3 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
FROM ghcr.io/steamdeckhomebrew/holo-base:latest
|
FROM ghcr.io/steamdeckhomebrew/holo-base:latest
|
||||||
|
|
||||||
ADD ./backend/ /source
|
ENTRYPOINT [ "/source/entrypoint.sh" ]
|
||||||
ADD ./build/backend /build
|
|
||||||
|
|
||||||
WORKDIR /source
|
WORKDIR /src
|
||||||
Loading…
Add table
Add a link
Reference in a new issue