Skip to content

Haskell + Docker でとりあえず Hello World するだけのもの

Notifications You must be signed in to change notification settings

dd0125/haskell-docker-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker exec haskell-docker-starter-haskell bash -c "cd /opt/src && stack init"

Haskellビルド

docker exec haskell-docker-starter-haskell bash -c "cd /opt/src && stack build"

ビルドファイル実行

docker exec haskell-docker-starter-haskell bash -c "cd /opt/src/sample-project && stack exec sample-project-exe"

About

Haskell + Docker でとりあえず Hello World するだけのもの

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published