mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-07 16:33:08 +00:00
dockerfile: parametrizing entrypoint doesn't work
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
8da80a9887
commit
856f955bd4
@ -32,8 +32,8 @@ RUN apk add --no-cache libgcc pcre-dev
|
|||||||
# Fix for 'Error loading shared library libpcre.so.3: No such file or directory'
|
# Fix for 'Error loading shared library libpcre.so.3: No such file or directory'
|
||||||
RUN ln -s /usr/lib/libpcre.so /usr/lib/libpcre.so.3
|
RUN ln -s /usr/lib/libpcre.so /usr/lib/libpcre.so.3
|
||||||
|
|
||||||
COPY --from=nim-build /app/build/${MAKE_TARGET} /usr/bin/${MAKE_TARGET}
|
COPY --from=nim-build /app/build/${MAKE_TARGET} /usr/bin/wakunode
|
||||||
|
|
||||||
ENTRYPOINT ["/usr/bin/${MAKE_TARGET}"]
|
ENTRYPOINT ["/usr/bin/wakunode"]
|
||||||
# By default just show help if called without arguments
|
# By default just show help if called without arguments
|
||||||
CMD ["--help"]
|
CMD ["--help"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user