Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Amodion opened this issue Sep 4, 2024 · 1 comment
Open

Comments

@Amodion
Copy link

Amodion commented Sep 4, 2024

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?

@arminjalali53
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants