mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-12-26 17:33:44 +08:00
ac8e1e30f4
* Setup Docker image with releases * Support ip env variable and use it for Docker deployment * Autofocus auth forms * Rename ip env var * Update option lists * Make distribution cookie configurable * Update README.md Co-authored-by: José Valim <jose.valim@dashbit.co> * Include git in the final image * Remove unnecessary build dependency * Improve file permissions handling and add more comments * Use namespaced home directory * Update README with all running options * Update base image * Reference official Docker image in the README Co-authored-by: José Valim <jose.valim@dashbit.co>
15 lines
165 B
Text
15 lines
165 B
Text
# Mirrors .gitignore
|
|
|
|
/_build/
|
|
/cover/
|
|
/deps/
|
|
/doc/
|
|
/.fetch
|
|
erl_crash.dump
|
|
*.ez
|
|
livebook-*.tar
|
|
npm-debug.log
|
|
/assets/node_modules/
|
|
/priv/static_dev/
|
|
/tmp/
|
|
/livebook
|