make build
This commit is contained in:
parent
e33b80ed7a
commit
c5209f932d
@ -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
|
@ -2,14 +2,14 @@ version: '2'
|
||||
|
||||
services:
|
||||
jqab:
|
||||
build: ./jqab
|
||||
build: ./web
|
||||
container_name: jqab
|
||||
hostname: jqab
|
||||
entrypoint:
|
||||
- node
|
||||
- index
|
||||
expose:
|
||||
- 8080
|
||||
ports:
|
||||
- "8080:8080"
|
||||
networks:
|
||||
- net
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user