diff --git a/bizmatch/docker-compose.yml b/bizmatch/docker-compose.yml index 0d04cab..3b1a0a9 100644 --- a/bizmatch/docker-compose.yml +++ b/bizmatch/docker-compose.yml @@ -1,9 +1,10 @@ services: bizmatch-ssr: + build: . image: bizmatch-ssr container_name: bizmatch-ssr restart: unless-stopped ports: - '4200:4200' environment: - NODE_ENV: production + NODE_ENV: DEVELOPMENT