Add Test3, make it possible to test locally, initial UE3 A.3
This commit is contained in:
@@ -3,5 +3,6 @@ FROM haskell:buster
|
||||
RUN apt-get update && apt-get install -y haskell-platform
|
||||
|
||||
WORKDIR /opt
|
||||
RUN cabal update && cabal install tasty-hunit
|
||||
|
||||
CMD ["ghci"]
|
||||
CMD ["cabal", "repl", "-b", "base", "-b", "tasty", "-b", "tasty-hunit"]
|
||||
|
Reference in New Issue
Block a user