Logs not showing & docker not caching
Project ID: 6935b899-6cdf-43f9-b604-1e667b9b80b3
The problem:
I'm logging a bunch of stuff to
stdout
, but it's not showing up in the deploy logs.
Not a problem, just wondering:
Why is Docker not caching the first command in my Dockerfile? It shouldn't depend on anything, should it?
Here's my Dockerfile:
3 Replies