rng0x17 commited on
Commit
eea5b59
·
1 Parent(s): 23f3788

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,7 +22,7 @@ COPY vscode_cli_alpine_x64_cli.tar.gz ./
22
  RUN tar -xf vscode_cli_alpine_x64_cli.tar.gz
23
 
24
  # copy scripts
25
- RUN cp code /usr/bin/
26
 
27
 
28
  # entrypoint
 
22
  RUN tar -xf vscode_cli_alpine_x64_cli.tar.gz
23
 
24
  # copy scripts
25
+ RUN cp code /usr/bin/ && chmod +x /usr/bin/code
26
 
27
 
28
  # entrypoint