fix: .dockerignore to exclude .next cache #19
Reference in New Issue
Block a user
Delete Branch "fix/dockerignore-next-cache"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Stale .next cache from portal builds was being copied into Docker image, causing Html/_document errors. .dockerignore excludes it so Dockerfile builds fresh.
LGTM 🐠