Updated dockerfile to reflect CI/CD on database

This commit is contained in:
TrainDoctor 2022-08-09 19:41:05 -07:00
parent 9d8ffe8299
commit aa46a9ee70
No known key found for this signature in database
GPG key ID: FFABB0E08B5CEDD9

View file

@ -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