Skip to content

Commit b5f1a25

Browse files
committed
Enhance README to better describe image differences
1 parent c0b1268 commit b5f1a25

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docker/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ the Docker compose scripts in this 'docker' folder.
2020

2121
### Dockerfile
2222

23-
This Dockerfile is used to build a *development* DSpace Angular UI image, published as 'dspace/dspace-angular'
23+
This Dockerfile is used to build a *development* mode DSpace Angular UI image, published as 'dspace/dspace-angular'. Because it uses development mode, this image supports "live reloading" of the user interface
24+
when local source code is modified.
2425

2526
```
2627
docker build -t dspace/dspace-angular:dspace-8_x .
@@ -35,7 +36,7 @@ docker push dspace/dspace-angular:dspace-8_x
3536

3637
### Dockerfile.dist
3738

38-
The `Dockerfile.dist` is used to generate a *production* build and runtime environment.
39+
The `Dockerfile.dist` is used to build a *production* mode DSpace Angular UI image, published as 'dspace/dspace-angular' with a `*-dist` tag. Because it uses production mode, this image supports Server Side Rendering (SSR).
3940

4041
```bash
4142
# build the latest image

0 commit comments

Comments
 (0)