diff --git a/compose.code.yaml b/compose.code.yaml index 8d84e38..dd53ac2 100644 --- a/compose.code.yaml +++ b/compose.code.yaml @@ -32,7 +32,6 @@ services: <<: [ *dagster_env, *email_env ] DAGSTER_CURRENT_IMAGE: dagster-code-vinyl volumes: - - /opt/dagster/dagster.yaml:/opt/dagster/home/dagster.yaml:ro - /opt/dagster/apps/:/apps/:ro - /opt/dagster/shared/:/shared/:ro - /opt/dagster/logs/:/logs:rw @@ -44,7 +43,7 @@ services: dagster-code-stocks: build: context: apps/stocks - dockerfile: ../../Dockerfile.code + dockerfile: ../../Dockerfile.code.playwright args: - APP=stocks container_name: dagster-code-stocks