Skip to content

Commit

Permalink
Removed .env from .dockerignore
Browse files Browse the repository at this point in the history
Updated readme
  • Loading branch information
Agupane committed Apr 11, 2019
1 parent 9505e26 commit 928667e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.git
node_modules
build
.env
/coverage
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ To run the app with docker, follow these steps:
1. Create the docker image: `docker build -t 0x-launch-kit-frontend .`
2. Run the container, exposing the port 80 to whichever port you want: `docker run -p 8080:80 0x-launch-kit-frontend`
3. Open `localhost:8080` in your browser.
You can configure the URL of the relayer by setting the `REACT_APP_RELAYER_URL` environment variable at *build time*.
```

You can configure the dApp by setting the proper values in a `.env` file **before** building the image. Check `env.example` to see what variables can be set.

0 comments on commit 928667e

Please sign in to comment.