Skip to content

Instantly share code, notes, and snippets.

@sheharyarn
Created April 15, 2020 13:13
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 sheharyarn/ddb94229133a36d4eadb5083d3efa7d0 to your computer and use it in GitHub Desktop.
Save sheharyarn/ddb94229133a36d4eadb5083d3efa7d0 to your computer and use it in GitHub Desktop.
Dockerignore for Elixir / Phoenix applications
# Elixir Artifacts
/_build/
/deps/
/doc/
/cover/
/.fetch
*.ez
APPNAME-*.tar
erl_crash.dump
# Node Artifacts
npm-debug.log
/assets/node_modules/
/priv/static/
# File uploads
/uploads
/test/uploads
# Docker only
/test/
/.iex.exs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment