diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 00000000..a7f7186e Binary files /dev/null and b/.DS_Store differ diff --git a/compose-dev.yaml b/compose-dev.yaml new file mode 100644 index 00000000..cc7fd0a1 --- /dev/null +++ b/compose-dev.yaml @@ -0,0 +1,12 @@ +services: + app: + entrypoint: + - sleep + - infinity + image: docker/dev-environments-javascript:stable-1 + init: true + volumes: + - type: bind + source: /var/run/docker.sock + target: /var/run/docker.sock + diff --git a/console/app/components/dashboard.hbs b/console/app/components/dashboard.hbs index 24efba6e..2b16a86d 100644 --- a/console/app/components/dashboard.hbs +++ b/console/app/components/dashboard.hbs @@ -1,7 +1,10 @@