Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 791 Bytes

readme.md

File metadata and controls

42 lines (29 loc) · 791 Bytes

Docker-back-front-end

$ docker-compose build
$ docker-compose up -d backend

$ docker-compose up -d frontend

$ cd frontend && npm install && npm run start:dev

Conteúdo

  • Backend
    • PHP 7.1.9
    • Nginx latest 1.13
  • Frontend
    • Node 8.11.1
    • Weppack 4.7.0

TODO

  • Webpack build / run server
  • Network comunicação containers backend x frondend
  • Server_name nginx

OBS: Este modelo ainda não funcional