Skip to content

Commit

Permalink
Update components and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
frncesc committed Apr 15, 2021
1 parent 9964b82 commit f279215
Show file tree
Hide file tree
Showing 8 changed files with 828 additions and 572 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### v1.3.1 (not yet released)
### v1.3.1 (2021-04-15)
#### Improvements
- New section with "good pedagogical practices"
- Data can be now loaded from external sources
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,10 @@ To build and launch your own docker image on port 8000:
```bash
$ cd /path/to/mapa/innovacio
$ docker build . -t mapa-innovacio
$ docker run -d -p 8000:80 --name mapa-innovacio mapa-innovacio
$ docker run -d -p 8000:80 mapa-innovacio
```

To use the pre-built docker image just launch:
To use the pre-build image stored in [Docker Hub](https://hub.docker.com/r/projectestac/mapa-innovacio), just launch:

```bash
$ docker run -d -p 8000:80 --name mapa-innovacio projectestac/mapa-innovacio
Expand Down
Loading

0 comments on commit f279215

Please sign in to comment.