make build
Este commit está contenido en:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Referencia en una nueva incidencia
Block a user