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
```
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:
jqab:
build: ./jqab
build: ./web
container_name: jqab
hostname: jqab
entrypoint:
- node
- index
expose:
- 8080
ports:
- "8080:8080"
networks:
- net
networks:
net:
net: