Skip to content

ERROR: failed to solve: archive/tar: unknown file mode ?rwxr-xr-x #446

@Amodion

Description

@Amodion

Following tutorial on step 'Using Bind Mounts' I got an error when executing command:

docker build -t getting-started .

Dockerfile in app folder as follows:

FROM node:18-alpine
WORKDIR /app
COPY . .
RUN yarn install --production
CMD ["node", "src/index.js"]

Container with bind mount is stopped. Applications works well and updating with source code update as described in guide.

Should I provide more system info or it is known what is the reason for an error?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions