fix(web): add public/ directory — fixes Docker build COPY failure #343
Reference in New Issue
Block a user
Delete Branch "fix/web-public-dir"
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?
Kaniko fails when
COPY --from=builderreferences a path that doesn't exist. The web app had nopublic/directory, causingbuild-webto fail withlstat /kaniko/1/app/apps/web/public: no such file or directory.