Dulce-Work-Schedule/2018.1-Dulce_Hospital

View on GitHub
Environments/Production/build.yml

Summary

Maintainability
Test Coverage
version: '3.5'

services:
  hospitalserver:
    image: dulce/hospital-server:prod
    build:
      context: ../../
      dockerfile: Environments/Production/Server/Dockerfile

  hospitalclient:
    image: dulce/hospital-client:prod
    build:
      context: ../../
      dockerfile: Environments/Production/Client/Dockerfile