Skip to content

Commit a1a3116

Browse files
committed
Fixed a mistake in dockerfile
2 parents 9b2ae6d + 631bed0 commit a1a3116

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

haskell-spock/build/Dockerfile

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
FROM scratch
22
COPY rootfs/ /
33

4-
CMD haskell-spock
4+
<<<<<<< HEAD
5+
CMD haskell-spock
6+
=======
7+
#CMD haskell-spock
8+
#Add your own binary name here to run that command by default
9+
>>>>>>> 631bed093e3770953317dbbcf42770de7e3ef7f7

0 commit comments

Comments
 (0)