mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-30 06:38:37 -04:00 
			
		
		
		
	Fix master build for docs docker (#3004)
This commit is contained in:
		
				
					committed by
					
						 Lauris BH
						Lauris BH
					
				
			
			
				
	
			
			
			
						parent
						
							d99f4ab003
						
					
				
				
					commit
					d39b88ae88
				
			| @@ -194,6 +194,7 @@ pipeline: | ||||
|     pull: true | ||||
|     secrets: [ docker_username, docker_password ] | ||||
|     repo: gitea/docs | ||||
|     context: docs | ||||
|     dockerfile: docs/Dockerfile | ||||
|     tags: [ '${DRONE_BRANCH##release/v}' ] | ||||
|     when: | ||||
| @@ -205,6 +206,7 @@ pipeline: | ||||
|     pull: true | ||||
|     secrets: [ docker_username, docker_password ] | ||||
|     repo: gitea/docs | ||||
|     context: docs | ||||
|     dockerfile: docs/Dockerfile | ||||
|     tags: [ 'latest' ] | ||||
|     when: | ||||
|   | ||||
| @@ -16,7 +16,7 @@ EXPOSE 80 | ||||
| RUN apk add --no-cache wget mailcap ca-certificates | ||||
| COPY --from=build-env /go/bin/caddy /usr/sbin/caddy | ||||
|  | ||||
| COPY docs/docker/caddy.conf /etc/caddy.conf | ||||
| COPY docs/public /srv/www | ||||
| COPY docker/caddy.conf /etc/caddy.conf | ||||
| COPY public /srv/www | ||||
|  | ||||
| CMD ["/usr/sbin/caddy", "-conf", "/etc/caddy.conf"] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user