mirror of
https://github.com/kou029w/sync-codesandbox.git
synced 2025-01-18 15:38:04 +00:00
12 lines
298 B
YAML
12 lines
298 B
YAML
version: "3"
|
|
services:
|
|
puppeteer-node:
|
|
image: kou029w/puppeteer-node
|
|
build:
|
|
context: github.com/puppeteer/puppeteer#:.ci/node12
|
|
dockerfile: Dockerfile.linux
|
|
sync-codesandbox:
|
|
image: kou029w/sync-codesandbox
|
|
build:
|
|
context: "."
|
|
depends_on: [puppeteer-node]
|