mirror of
				https://github.com/karl0ss/homepage.git
				synced 2025-10-31 14:34:00 +00:00 
			
		
		
		
	remove apk cache as it seems to have issues
This commit is contained in:
		
							parent
							
								
									6a238948c2
								
							
						
					
					
						commit
						4e90bd8e46
					
				| @ -7,8 +7,7 @@ WORKDIR /app | |||||||
| 
 | 
 | ||||||
| COPY --link package.json pnpm-lock.yaml* ./ | COPY --link package.json pnpm-lock.yaml* ./ | ||||||
| 
 | 
 | ||||||
| RUN --mount=type=cache,id=apk,sharing=locked,target=/var/cache/apk \ | RUN <<EOF | ||||||
|     <<EOF |  | ||||||
|     set -xe |     set -xe | ||||||
|     apk add libc6-compat |     apk add libc6-compat | ||||||
|     apk add --virtual .gyp python3 make g++ |     apk add --virtual .gyp python3 make g++ | ||||||
| @ -59,4 +58,4 @@ EXPOSE $PORT | |||||||
| HEALTHCHECK --interval=10s --timeout=3s --start-period=20s \ | HEALTHCHECK --interval=10s --timeout=3s --start-period=20s \ | ||||||
|   CMD wget --no-verbose --tries=1 --spider --no-check-certificate http://localhost:$PORT/api/healthcheck || exit 1 |   CMD wget --no-verbose --tries=1 --spider --no-check-certificate http://localhost:$PORT/api/healthcheck || exit 1 | ||||||
| 
 | 
 | ||||||
| CMD ["node", "server.js"] | CMD ["node", "server.js"] | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Ben Phelps
						Ben Phelps