mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-03 22:43:09 +00:00
dockerfile: parametrizing entrypoint doesn't work
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
03895ffaf5
commit
8ba3db1a7e
@ -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'
|
||||
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
|
||||
CMD ["--help"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user