chore(katenary): Use the new organization repository
This commit is contained in:
17
compose.yaml
Normal file
17
compose.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
dev:
|
||||
image: docker.io/node:alpine
|
||||
volumes:
|
||||
- ./:/app:z
|
||||
working_dir: /app
|
||||
user: ${UID}:${GROUPS}
|
||||
command:
|
||||
- sh
|
||||
- -c
|
||||
- |-
|
||||
yarn install
|
||||
yarn parcel serve --dist-dir /tmp/dist
|
||||
ports:
|
||||
- 1234:1234
|
||||
labels:
|
||||
katenary.v3/ignore: true
|
Reference in New Issue
Block a user