Skip to content

Commit eaa58c4

Browse files
committed
Fix build command
1 parent a11e7a0 commit eaa58c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN mv /tmp/emulator /opt/emulator
4444
WORKDIR /opt/emulator
4545
RUN git fetch # just in case we have cached git clone
4646
RUN git checkout v1.9
47-
RUN cabal build emulator
47+
RUN cabal build exe:emulator
4848
RUN cp $(cabal list-bin emulator) /tmp/emulator
4949

5050
##################################################################################

0 commit comments

Comments
 (0)