mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2025-12-02 20:08:08 -06:00
Updated dockerfile to reflect CI/CD on database
This commit is contained in:
parent
585aecf688
commit
a7d57cc3a8
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