UNCLASSIFIED - NO CUI

Skip to content

Fix code-server untar error in Dockerfile

sreya requested to merge fix-envbuilder into development

This PR changes an ADD command to a COPY command to avoid ADD's inconsistent behavior when adding local tar archives vs remote tar archives.

Merge request reports