eBooru/.dockerignore
Earlopain 82d7ff59e0
[Docker] Install gems and js packages into the image
To see the changes persisted into the container run `docker-compose` build
`docker-compose down -v` no longer requires to reinstall gems/packages
It's also possible to have branches with different gemfiles, without having
to install between them constantly
2022-01-05 13:41:41 +01:00

9 lines
124 B
Plaintext

# Ignore everything
**
# Allow only the files that are actually needed
!/package.json
!/yarn.lock
!/Gemfile
!/Gemfile.lock