Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docker/compose.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ services:
build:
context: .
dockerfile: Dockerfile-gunicorn
cache_from:
- type=local,src=$HOME/.cache/buildkit-gmt/
cache_to:
- type=local,dest=$HOME/.cache/buildkit-gmt/
container_name: green-coding-gunicorn-container
init: true
depends_on:
Expand Down
Loading