UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Test

Merged Rob Chadwick requested to merge test into development
3 files
+ 40
3
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 2
2
@@ -9,6 +9,6 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
USER nobody
WORKDIR /
COPY lrs2-linux /
CMD ["/lrs2-linux --setAdminUser=true && /lrs2-linux"]
COPY --chmod=755 lrs2-linux /
CMD ["/lrs2-linux --setAdminUser=true --continue"]
EXPOSE 3005
Loading