Timers and other features for Heroes of the Storm
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 

9 строки
142 B

  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