README: indicate to use build --no-cache --pull by default
This commit is contained in:
		
							
								
								
									
										10
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								README.md
									
									
									
									
									
								
							@@ -73,7 +73,7 @@ You may also need:
 | 
			
		||||
Build & run
 | 
			
		||||
 | 
			
		||||
```shell
 | 
			
		||||
docker build --tag morss https://git.pictuga.com/pictuga/morss.git
 | 
			
		||||
docker build --tag morss https://git.pictuga.com/pictuga/morss.git --no-cache --pull
 | 
			
		||||
docker run -p 8080:8080 morss
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
@@ -91,16 +91,10 @@ services:
 | 
			
		||||
Then execute
 | 
			
		||||
 | 
			
		||||
```shell
 | 
			
		||||
docker-compose build
 | 
			
		||||
docker-compose build --no-cache --pull
 | 
			
		||||
docker-compose up
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
To update:
 | 
			
		||||
 | 
			
		||||
- To get the latest code from the git repository, add `--no-cache` to the build
 | 
			
		||||
commands
 | 
			
		||||
- To update the base image (`alpine:latest`), add `--pull` to the build commands
 | 
			
		||||
 | 
			
		||||
## Run
 | 
			
		||||
 | 
			
		||||
morss will auto-detect what "mode" to use.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user