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…
Reference in a new issue