Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
build: simplify dockerfile, add all openstreetmap repo files
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Aug 29, 2024
1 parent 308b885 commit 166e4ac
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,17 +113,8 @@ RUN set -ex \
"pngquant" \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /app
COPY --from=build /app/Gemfile* /app/Rakefile /app/config.ru /app/
COPY --from=build /app/node_modules /app/node_modules
COPY --from=build /usr/local/bundle /usr/local/bundle
COPY --from=build /app/app /app/app
COPY --from=build /app/bin /app/bin
COPY --from=build /app/config /app/config
COPY --from=build /app/db /app/db
COPY --from=build /app/lib /app/lib
COPY --from=build /app/public /app/public
COPY --from=build /app/script /app/script
COPY --from=build /app/vendor /app/vendor
COPY --from=build /app /app
COPY osm-entrypoint.sh /
# Copy svgo requirement as single file executable
COPY --from=build /bins/svgo /usr/local/bin/svgo
Expand Down

0 comments on commit 166e4ac

Please sign in to comment.