You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 line
170B

  1. services:
  2. devcontainer:
  3. build: .
  4. container_name: tracking-dev
  5. volumes:
  6. - .:/workspace
  7. working_dir: /workspace
  8. stdin_open: true
  9. tty: true

Powered by TurnKey Linux.