File: docker-compose-build.yml

package info (click to toggle)
python-croniter 6.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 408 kB
  • sloc: python: 3,912; makefile: 20; sh: 19
file content (7 lines) | stat: -rw-r--r-- 159 bytes parent folder | download
1
2
3
4
5
6
7
services:
  app:
    build:
      cache_from: ["${CRONITER_IMAGE:-corpusops/croniter:latest}"]
      context: .
      args:
        BUILDKIT_INLINE_CACHE: "1"