Skip to content

Commit

Permalink
Update reference to .env in dockerfiles/readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chbrandt committed Nov 14, 2023
1 parent 80dbdf5 commit 30beb9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dockerfiles/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ want to use.

## Build

A *docker-compose* file ([`build.compose.yml`](build.compose.yml))
A *docker-compose* file ([`compose.yml`](compose.yml))
is provided to ease the building of the images.

For building the `jupyter-isis` image, you can simply check/adjust the
variables (eg, `ISIS_VERSION`) in file [`build.env`](build.env) and then
variables (eg, `ISIS_VERSION`) in file [`.env`](.env) and then
run the building through docker-compose:

```bash
docker compose --env-file build.env build jupyter-isis
docker compose build jupyter-isis
```

> The documentation for [developers](/docs/developers.md) and
Expand Down

0 comments on commit 30beb9f

Please sign in to comment.