mirror of
				https://github.com/bensuperpc/dockcross.git
				synced 2025-10-31 08:06:23 +01:00 
			
		
		
		
	Dockerfiles: Rename working directory from "/build" to "/work"
Since the directory will contain both sources and build, this commit generalizes its name.
This commit is contained in:
		| @@ -154,7 +154,7 @@ fi | ||||
| # Now, finally, run the command in a container | ||||
| # | ||||
| docker run -i -t --rm \ | ||||
|     -v $PWD:/build \ | ||||
|     -v $PWD:/work \ | ||||
|     $USER_IDS \ | ||||
|     $FINAL_ARGS \ | ||||
|     $FINAL_IMAGE "$@" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jean-Christophe Fillion-Robin
					Jean-Christophe Fillion-Robin