chore(docker): switch to backend entrypoint

This commit is contained in:
Sarah Vaupel 2024-08-16 01:46:41 +02:00
parent b0e17845f4
commit a090c9750a

View File

@ -8,4 +8,6 @@ RUN apt-get -y update
RUN apt-get -y install haskell-stack
RUN apt-get -y install libghc-zlib-dev libpq-dev
RUN make -- --backend-build${dev}
WORKDIR /fradrive
ENTRYPOINT make -- --backend-build${dev}