fix: missing paths to dockerignore
This commit is contained in:
+40
-5
@@ -1,9 +1,44 @@
|
|||||||
.git
|
.git
|
||||||
/bin/
|
.gitignore
|
||||||
/.shards/
|
.github
|
||||||
/spec/
|
|
||||||
/sqlite/
|
|
||||||
|
|
||||||
|
/bin/
|
||||||
|
/bit
|
||||||
|
/cli
|
||||||
|
/benchmark
|
||||||
|
*.dwarf
|
||||||
|
*.o
|
||||||
|
*.a
|
||||||
|
|
||||||
|
# Dependencies cache
|
||||||
|
/.shards/
|
||||||
|
/lib/.shards/
|
||||||
|
|
||||||
|
/spec/
|
||||||
|
|
||||||
|
# Database files (should be mounted as volumes)
|
||||||
|
/sqlite/
|
||||||
|
*.db
|
||||||
|
*.db-shm
|
||||||
|
*.db-wal
|
||||||
|
|
||||||
|
# Logs and temporary files
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# Documentation
|
||||||
/docs/
|
/docs/
|
||||||
benchmark.cr
|
*.md
|
||||||
|
README.md
|
||||||
|
CODE_OF_CONDUCT.md
|
||||||
|
CONTRIBUTING.md
|
||||||
|
LICENSE
|
||||||
|
DOCKER_MIGRATION.md
|
||||||
|
|
||||||
|
# Development environment
|
||||||
.env*
|
.env*
|
||||||
|
.editorconfig
|
||||||
|
|
||||||
|
# Docker files (not needed inside image)
|
||||||
|
Dockerfile
|
||||||
|
docker-compose.yml
|
||||||
|
.dockerignore
|
||||||
|
|||||||
@@ -9,3 +9,4 @@
|
|||||||
|
|
||||||
*.log
|
*.log
|
||||||
bit
|
bit
|
||||||
|
cli
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
- Includes `X-Forwarded-For` header.
|
- Includes `X-Forwarded-For` header.
|
||||||
- Multiple users are supported via API key authentication. Create, list and delete keys via the [CLI](docs/SETUP.md#cli).
|
- Multiple users are supported via API key authentication. Create, list and delete keys via the [CLI](docs/SETUP.md#cli).
|
||||||
- Easy to extend, Ruby on Rails inspired setup.
|
- Easy to extend, Ruby on Rails inspired setup.
|
||||||
- Auto update UA regexes and GeoLite2 database
|
- Auto update UA regexes and GeoLite2 database.
|
||||||
|
|
||||||
## Why bit?
|
## Why bit?
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
## Run It Anywhere
|
## Run It Anywhere
|
||||||
|
|
||||||
Images available on [Docker Hub](https://hub.docker.com/r/sjdonado/bit/tags).
|
All images available on [Docker Hub](https://hub.docker.com/r/sjdonado/bit/tags).
|
||||||
|
|
||||||
### Docker
|
### Docker
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -13,7 +13,7 @@ info:
|
|||||||
Multiple users are supported via `X-Api-Key` headers. Create, list and delete keys via the [CLI](https://github.com/sjdonado/bit/blob/master/SETUP.md#cli).
|
Multiple users are supported via `X-Api-Key` headers. Create, list and delete keys via the [CLI](https://github.com/sjdonado/bit/blob/master/SETUP.md#cli).
|
||||||
version: 1.6.0
|
version: 1.6.0
|
||||||
contact:
|
contact:
|
||||||
name: Juan Rodriguez Donado
|
name: sjdonado
|
||||||
url: https://sjdonado.com
|
url: https://sjdonado.com
|
||||||
|
|
||||||
servers:
|
servers:
|
||||||
|
|||||||
Reference in New Issue
Block a user