make build

This commit is contained in:
ale 2019-04-05 23:03:16 +02:00
parent e33b80ed7a
commit c5209f932d
2 changed files with 7 additions and 7 deletions

View File

@ -2,9 +2,9 @@
## JQuery Alpaca Builder ## JQuery Alpaca Builder
``` ```
cd form-builder && docker-compose up -d --build docker-compose up -d --build
``` ```
And then connect to [jqab](http://jqab:8080/index.html) And then connect to [jqab](http://localhost:8080/index.html)
### License MIT ### License MIT

View File

@ -2,16 +2,16 @@ version: '2'
services: services:
jqab: jqab:
build: ./jqab build: ./web
container_name: jqab container_name: jqab
hostname: jqab hostname: jqab
entrypoint: entrypoint:
- node - node
- index - index
expose: ports:
- 8080 - "8080:8080"
networks: networks:
- net - net
networks: networks:
net: net: