Ocelot-Social/docker-compose.travis.yml
Robert Schäfer 94eea091de Ensure stage builder is used for testing
But avoid synced volumes, otherwise the deployment will crash because
Travis cannot clean up files just before entering the deployment.
2018-12-14 23:25:52 +01:00

9 lines
136 B
YAML

version: "3.7"
services:
backend:
image: humanconnection/nitro-backend:builder
build:
context: .
target: builder