use playwright Dockerfile

This commit is contained in:
2025-07-29 11:31:45 +02:00
parent 586a4ae904
commit cc6beeffed

View File

@@ -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