We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a11e7a0 commit eaa58c4Copy full SHA for eaa58c4
build/Dockerfile
@@ -44,7 +44,7 @@ RUN mv /tmp/emulator /opt/emulator
44
WORKDIR /opt/emulator
45
RUN git fetch # just in case we have cached git clone
46
RUN git checkout v1.9
47
-RUN cabal build emulator
+RUN cabal build exe:emulator
48
RUN cp $(cabal list-bin emulator) /tmp/emulator
49
50
##################################################################################
0 commit comments