mirror of
https://github.com/NexVeridian/wikidata-to-surrealdb.git
synced 2025-09-02 09:59:13 +00:00
progress bar, fix docker
This commit is contained in:
parent
8b3311ff21
commit
ee15b46ae2
8 changed files with 71 additions and 25 deletions
|
@ -20,8 +20,8 @@ RUN --mount=type=cache,target=/usr/local/cargo,from=rust,source=/usr/local/cargo
|
|||
|
||||
FROM alpine:latest AS main
|
||||
|
||||
WORKDIR /wikidata-to-surrealdb
|
||||
# WORKDIR /wikidata-to-surrealdb
|
||||
|
||||
COPY --from=builder wikidata-to-surrealdb/wikidata-to-surrealdb .
|
||||
|
||||
CMD ["./wikidata-to-surrealdb"]
|
||||
CMD ["./wikidata-to-surrealdb"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue