mirror of
https://github.com/badges/shields.git
synced 2025-04-17 08:37:04 +03:00
* docker: cleanup some building Somehow `npm prune --omit=dev` does not properly remove unneeded dependencies, this is workarounded by deleting the `node_modules` folder and the running install again. It also removes some unneeded large files in the docker container. * docker building: improve caching, don't download node_modules twice
14 lines
122 B
Plaintext
14 lines
122 B
Plaintext
node_modules/
|
|
shields.env
|
|
.git/
|
|
.gitignore
|
|
.github
|
|
.vscode/
|
|
fly.toml
|
|
|
|
*.md
|
|
doc/
|
|
|
|
# Improve layer cacheability.
|
|
Dockerfile
|