Manofem commited on
Commit
a259cf5
·
verified ·
1 Parent(s): 4704d76

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -36,4 +36,4 @@ COPY entrypoint.sh home/entrypoint.sh
36
  # Make entrypoint script executable
37
  RUN chmod +x *
38
 
39
- ENTRYPOINT ["./entrypoint.sh"]
 
36
  # Make entrypoint script executable
37
  RUN chmod +x *
38
 
39
+ ENTRYPOINT ["/code-server/ci/release-image/entrypoint.sh"]