diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-03-17 11:34:55 +0100 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-04-04 12:51:40 +0200 |
| commit | 77d7ffd9a7a33f08109a2db8a35e4094b2761c51 (patch) | |
| tree | baf1030bd12f4853984e931ce868e611085c8db7 /.dockerignore | |
| parent | 239990cb16f13cb307a94abccdd688bec2865221 (diff) | |
refactor(web): Update Docker deployment for new web API
This change updates the Docker deployment configuration for the new web
API implemented in Kotlin. The new API migrates to Postgres.
Furthermore, with this change, we move the Dockerfiles to their
corresponding module.
Diffstat (limited to '.dockerignore')
| -rw-r--r-- | .dockerignore | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.dockerignore b/.dockerignore index e4d96f71..bbc8efcc 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,7 +1,5 @@ -Dockerfile - .git - +.env .idea/ **/out *.iml @@ -10,3 +8,5 @@ Dockerfile .gradle **/build **/node_modules + +**/Dockerfile |
