fix(docker): add trailing slash to COPY destination in malus Dockerfile

This commit is contained in:
2026-03-19 18:46:53 +03:00
parent 2ad475ceef
commit a525696e16
+1 -1
View File
@@ -39,7 +39,7 @@ RUN apt-get update && \
# add adder-collator binary to docker image
COPY ./artifacts/malus ./artifacts/pezkuwi-execute-worker ./artifacts/pezkuwi-prepare-worker /usr/local/bin
COPY ./artifacts/malus ./artifacts/pezkuwi-execute-worker ./artifacts/pezkuwi-prepare-worker /usr/local/bin/
USER nonroot