Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

parambirs/hello-scotty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-scotty

A simple haskell web app using scotty

To run:

$ cabal run

To build docker image

% docker build -t hello-scotty .

To run the application using docker:

% docker run -i -t -p 3000:3000 hello-scotty

To view the application in the browser:

% open http://$(boot2docker ip):3000