Skip to content

Commit c20cb23

Browse files
committed
Add new docker-composer :)
1 parent c4ca2f0 commit c20cb23

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
services:
2+
monorepo:
3+
profiles:
4+
- dev
5+
build:
6+
context: ${HOST_CWD:-.}/tools/docker
7+
dockerfile: Dockerfile.monorepo
8+
args:
9+
PHP_VERSION: ${PHP_VERSION}
10+
COMPOSER_VERSION: ${COMPOSER_VERSION}
11+
NODE_VERSION: ${NODE_VERSION}
12+
PNPM_VERSION: ${PNPM_VERSION}
13+
volumes:
14+
- ${HOST_CWD:-.}:/usr/local/src/jetpack-monorepo
15+
working_dir: /usr/local/src/jetpack-monorepo

0 commit comments

Comments
 (0)