Missing hyphens in shell code fixed
This commit is contained in:
		
							parent
							
								
									5a7c48fe0d
								
							
						
					
					
						commit
						e439e34fac
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -18,7 +18,7 @@ COPY  seb-server.jar /sebserver/seb-server.jar | |||
| 
 | ||||
| WORKDIR /sebserver | ||||
| 
 | ||||
| CMD if [ ${SEBSERVER_MODE} == "gui" ]; then exec java \ | ||||
| CMD if [ "${SEBSERVER_MODE}" == "gui" ]; then exec java \ | ||||
|     -Xms64M \ | ||||
|     -Xmx1G \ | ||||
|     -jar "seb-server.jar" \ | ||||
|  | @ -39,4 +39,4 @@ CMD if [ ${SEBSERVER_MODE} == "gui" ]; then exec java \ | |||
|     --sebserver.password="${SECRET}" ; \ | ||||
|     fi; | ||||
| 
 | ||||
| EXPOSE 8080 | ||||
| EXPOSE 8080 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Bengt Giger
						Bengt Giger