mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2026-05-18 14:40:19 +02:00
Updated dockerfile to reflect CI/CD on database
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
FROM ghcr.io/steamdeckhomebrew/holo-base:latest
|
||||
|
||||
ADD ./backend/ /source
|
||||
ADD ./build/backend /build
|
||||
ENTRYPOINT [ "/source/entrypoint.sh" ]
|
||||
|
||||
WORKDIR /source
|
||||
WORKDIR /src
|
||||
Reference in New Issue
Block a user