chore(docker): switch to backend entrypoint
This commit is contained in:
parent
b0e17845f4
commit
a090c9750a
@ -8,4 +8,6 @@ RUN apt-get -y update
|
|||||||
RUN apt-get -y install haskell-stack
|
RUN apt-get -y install haskell-stack
|
||||||
RUN apt-get -y install libghc-zlib-dev libpq-dev
|
RUN apt-get -y install libghc-zlib-dev libpq-dev
|
||||||
|
|
||||||
RUN make -- --backend-build${dev}
|
WORKDIR /fradrive
|
||||||
|
|
||||||
|
ENTRYPOINT make -- --backend-build${dev}
|
||||||
Reference in New Issue
Block a user