Skip to content
Snippets Groups Projects
Commit 6678790d authored by Gilles Filippini's avatar Gilles Filippini
Browse files

build (docker): ack name change lc-core -> duniter

parent 63dfbc97
No related branches found
No related tags found
1 merge request!7build: docker image and compose file
......@@ -46,7 +46,7 @@ RUN apk update && \
apk add libstdc++
# Intall
COPY --from=build /target/release/lc-core /usr/local/bin/lc-core
COPY --from=build /target/release/duniter /usr/local/bin/duniter
COPY docker-entrypoint /usr/local/bin/
# Configuration
......
......@@ -25,4 +25,4 @@ set -- "$@" \
--ws-external -d /var/lib/lc-core
echo "Starting duniter with parameters: $@"
exec lc-core "$@"
exec duniter "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment