Codebase list golang-gomega / v1.11.0 docker-compose.yaml
v1.11.0

Tree @v1.11.0 (Download .tar.gz)

docker-compose.yaml @v1.11.0raw · history · blame

version: '3.0'

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