79161602

Date: 2024-11-06 07:04:39
Score: 1.5
Natty:
Report link

Figured it out by myself.

The problem is that, in app.yaml, runtime: go will use a pre-built image, instead of the provided Dockerfile.

So, the solution will simply be:

runtime: custom

Just note: To use custom runtime, you have to specify flex environment (env: flex).

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: user27958459