From c5209f932da05c32dae13774afa59cf0d30e01a3 Mon Sep 17 00:00:00 2001 From: ale Date: Fri, 5 Apr 2019 23:03:16 +0200 Subject: [PATCH] make build --- README.md | 6 +++--- docker-compose.yml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e7af771..712b6dc 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +### License MIT diff --git a/docker-compose.yml b/docker-compose.yml index a775ed3..d0eebfb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: \ No newline at end of file + net: