use playwright Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user