make build
This commit is contained in:
parent
e33b80ed7a
commit
c5209f932d
@ -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
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user