Ocelot-Social/docker-compose.travis.yml
Robert Schäfer 6b4601e9d1 Try to help @mattwr18
I give up now after numerous attempts to reduce the docker image size.
The only thing left is that I've put the NODE_ENV=.. configuration in
the docker-compose.X.yml files, I think that's slightly cleaner
2019-01-11 00:54:43 +01:00

10 lines
132 B
YAML

version: "3.7"
services:
webapp:
environment:
- NODE_ENV=test
build:
context: .
target: build-and-test