mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-08 17:03:09 +00:00
Fix migration failure (#797)
This commit is contained in:
parent
08c1ba09e8
commit
f032cd1b3f
@ -45,6 +45,9 @@ COPY --from=nim-build /app/build/$MAKE_TARGET /usr/local/bin/
|
|||||||
# If rln enabled: fix for 'Error loading shared library vendor/rln/target/debug/librln.so: No such file or directory'
|
# If rln enabled: fix for 'Error loading shared library vendor/rln/target/debug/librln.so: No such file or directory'
|
||||||
# COPY --from=nim-build /app/vendor/rln/target/debug/librln.so vendor/rln/target/debug/librln.so
|
# COPY --from=nim-build /app/vendor/rln/target/debug/librln.so vendor/rln/target/debug/librln.so
|
||||||
|
|
||||||
|
# Copy migration scripts for DB upgrades
|
||||||
|
COPY --from=nim-build /app/waku/v2/node/storage/migration/migrations_scripts/ /app/waku/v2/node/storage/migration/migrations_scripts/
|
||||||
|
|
||||||
# Symlink the correct wakunode binary
|
# Symlink the correct wakunode binary
|
||||||
RUN ln -sv /usr/local/bin/$MAKE_TARGET /usr/bin/wakunode
|
RUN ln -sv /usr/local/bin/$MAKE_TARGET /usr/bin/wakunode
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user