bullhorn/career-portal

View on GitHub
docker-compose.yml

Summary

Maintainability
Test Coverage
version: "3.7"

services:

  angular:
    build:
      context: .
      dockerfile: Dockerfile
    ports:
      - '4680:80'
  cypress:
    build:
      context: .
      dockerfile: cypress.Dockerfile
    depends_on:
      - angular
    network_mode: 'host'