chore: remove build from readme compose

This commit is contained in:
Henry
2026-02-28 23:07:16 +00:00
parent 2d0c467ba8
commit b7c9eaedb7

View File

@@ -70,10 +70,6 @@ services:
container_name: kan-migrate container_name: kan-migrate
networks: networks:
- kan-network - kan-network
build:
context: .
dockerfile: ./apps/web/Dockerfile
target: migrate
environment: environment:
- POSTGRES_URL=${POSTGRES_URL} - POSTGRES_URL=${POSTGRES_URL}
depends_on: depends_on:
@@ -88,10 +84,6 @@ services:
- "${WEB_PORT:-3000}:3000" - "${WEB_PORT:-3000}:3000"
networks: networks:
- kan-network - kan-network
build:
context: .
dockerfile: ./apps/web/Dockerfile
target: web
env_file: env_file:
- .env - .env
environment: environment: