Codebase list golang-gomega / f8baa1c5-ad0f-4a7b-a874-6c1f64cbc49b/upstream/sid docker-compose.yaml
f8baa1c5-ad0f-4a7b-a874-6c1f64cbc49b/upstream/sid

Tree @f8baa1c5-ad0f-4a7b-a874-6c1f64cbc49b/upstream/sid (Download .tar.gz)

docker-compose.yaml @f8baa1c5-ad0f-4a7b-a874-6c1f64cbc49b/upstream/sidraw · history · blame

version: '3.0'

services:
  test:
    build:
      dockerfile: Dockerfile
      context: .
    working_dir: /app
    volumes:
      - ${PWD}:/app