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

Latest commit

 

History

History
18 lines (10 loc) · 303 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 303 Bytes

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