mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	have alpine more closely match deb dockerfile
This commit is contained in:
		| @@ -22,14 +22,11 @@ COPY . . | |||||||
| COPY server-package.json package.json | COPY server-package.json package.json | ||||||
|  |  | ||||||
| # Copy TypeScript build artifacts into the original directory structure. | # Copy TypeScript build artifacts into the original directory structure. | ||||||
| RUN ls && \  |  | ||||||
|     cp -R build/src/* src/. |  | ||||||
|  |  | ||||||
| # Copy the healthcheck | # Copy the healthcheck | ||||||
| RUN cp build/docker_healthcheck.js . | RUN cp -R build/src/* src/. && \ | ||||||
| RUN rm docker_healthcheck.ts |     cp build/docker_healthcheck.js . && \ | ||||||
|  |     rm -r build && \ | ||||||
| RUN rm -r build |     rm docker_healthcheck.ts | ||||||
|  |  | ||||||
| # Install app dependencies | # Install app dependencies | ||||||
| RUN set -x && \ | RUN set -x && \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user