Skip to content

Instantly share code, notes, and snippets.

@simonw
Created November 9, 2017 01:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simonw/0ea5c960608c2d876e4637a5e48aa95d to your computer and use it in GitHub Desktop.
Save simonw/0ea5c960608c2d876e4637a5e48aa95d to your computer and use it in GitHub Desktop.
How to build and run immutabase locally
Build the docker container like so:
docker build -t immutabase-1 .
Now run the container like this:
docker run -p 4006:8006 immutabase-1
And visit http://localhost:4006/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment