FROM haskell:9.0.2 WORKDIR /app ADD . /app RUN stack setup RUN stack build --copy-bins --local-bin-path ./ EXPOSE 3000 CMD ./Purr-exe