mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
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
10 lines
132 B
YAML
10 lines
132 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
webapp:
|
|
environment:
|
|
- NODE_ENV=test
|
|
build:
|
|
context: .
|
|
target: build-and-test
|