mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
@mattwr18 ouch, that was a hard to spot error. It struck my eye when I was switching back and forth between `docker-compose.override.yml` and `docker-compose.travis.yml`.
8 lines
86 B
YAML
8 lines
86 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
webapp:
|
|
build:
|
|
context: .
|
|
target: builder
|