Separate golang build layer

This commit is contained in:
Louis Lam
2023-01-09 13:42:53 +08:00
parent 439f963749
commit c00abac834
4 changed files with 23 additions and 12 deletions

View File

@@ -1,3 +1,7 @@
/*
* If changed, have to run `npm run build-docker-builder-go`.
* This script should be run after a period of time (180s), because the server may need some time to prepare.
*/
package main
import (