We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
app
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?
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
No branches or pull requests
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: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?
The text was updated successfully, but these errors were encountered: