Skip to content

Commit

Permalink
Fix devcontainer initialization error
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed May 12, 2024
1 parent 8ccec8e commit 32e2b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/install/container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mkdir -p /opt/container/makefiles
mkdir -p /opt/container/helpers

cp /container/container.mk /opt/container/container.mk
cp -r /container/helpers /opt/container/helpers
cp -r /container/helpers /opt/container/

cp /container/container /usr/bin/container
chmod +x /usr/bin/container
Expand Down

0 comments on commit 32e2b2b

Please sign in to comment.