> When using COPY with more than one source file, the destination must be a directory and end with a /
هذا الالتزام موجود في:
zstadler
2022-12-01 15:52:55 +02:00
ملتزم من قبل GitHub
الأصل 683f91026c
التزام e77b4383a2

عرض الملف

@@ -14,9 +14,9 @@ RUN mkdir -p /data
WORKDIR /graphhopper WORKDIR /graphhopper
COPY --from=build /graphhopper/web/target/graphhopper*.jar . COPY --from=build /graphhopper/web/target/graphhopper*.jar ./
COPY graphhopper.sh graphhopper/config-example.yml . COPY graphhopper.sh graphhopper/config-example.yml ./
# Enable connections from outside of the container # Enable connections from outside of the container
RUN sed -i '/^ *bind_host/s/^ */&# /p' config-example.yml RUN sed -i '/^ *bind_host/s/^ */&# /p' config-example.yml