doc: update readme
This commit is contained in:
parent
e35047ce53
commit
9ada9365cc
1 changed files with 0 additions and 15 deletions
|
|
@ -1,15 +0,0 @@
|
|||
version: '3.8'
|
||||
|
||||
services:
|
||||
api:
|
||||
build: ./api
|
||||
ports:
|
||||
- "3000:3000"
|
||||
# volumes:
|
||||
# - ./api:/app
|
||||
command: node server.js
|
||||
|
||||
frontend:
|
||||
build: ./frontend
|
||||
ports:
|
||||
- "4200:80"
|
||||
Loading…
Add table
Add a link
Reference in a new issue