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
based branch gh-pages,I use docker build generate a local image osrm-fronted, but I can't run successfully , catch a error like :
async remove(item) { ^^^^^^
SyntaxError: Unexpected identifier
so how to modify the dockerfile
The text was updated successfully, but these errors were encountered:
http://www.4k8k.xyz/article/u012313361/107480635, but I can not know how to modify the dockerfile
Sorry, something went wrong.
The simplest solution is to change the first line of docker/Dockerfile to the following and then rebuild:
FROM alpine:3.7
Worked, please merge PR.
No branches or pull requests
based branch gh-pages,I use docker build generate a local image osrm-fronted, but I can't run successfully , catch a error like :
async remove(item) {
^^^^^^
SyntaxError: Unexpected identifier
so how to modify the dockerfile
The text was updated successfully, but these errors were encountered: