Project-OSRM / osrm-frontend

Modular rewrite of the OSRM frontend using LRM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker build local image can't be run

hy05190134 opened this issue · comments

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

http://www.4k8k.xyz/article/u012313361/107480635, but I can not know how to modify the dockerfile

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.