You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FROM node:lts-slim
WORKDIR /var/www/ <-- THIS TRAILING SLASH
resulted into this error
error building image: error building stage: failed to take snapshot: unable to add file /var/www/build/build to layered map: error creating hash for /var/www/build/build: lstat /var/www/build/build: no such file or directory
The text was updated successfully, but these errors were encountered:
A GCB user reported this bug,
resulted into this error
The text was updated successfully, but these errors were encountered: