Skip to content

Instantly share code, notes, and snippets.

@jaman
jaman / LiveViewPlaygroundInDocker.livemd
Created March 25, 2024 14:13
Quickly getting livebook to host a liveview server in a docker container.

LIveViewPlayground in Docker

Mix.install([
  {:liveview_playground, "~> 0.1.1"}
])

Section