Updated dockerfile to reflect CI/CD on database

master
TrainDoctor 2 years ago
parent 9d8ffe8299
commit aa46a9ee70
No known key found for this signature in database
GPG Key ID: FFABB0E08B5CEDD9

@ -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…
Cancel
Save