Added Dockerfile and docker-compose.yaml
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@ -0,0 +1,11 @@
|
||||
FROM haskell:9.2.8-slim-buster
|
||||
|
||||
WORKDIR /home/saundersp/haskell_playground
|
||||
|
||||
RUN cabal update
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN cabal build
|
||||
|
||||
ENTRYPOINT ["cabal", "run"]
|
Reference in New Issue
Block a user