Timers and other features for Heroes of the Storm
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

docker-compose.yml 142 B

12345678
  1. dev:
  2. build: .
  3. volumes:
  4. - .:/home/node
  5. # Prevent node_modules to be mounted
  6. - /home/node/node_modules
  7. ports:
  8. - 8080:8080