host1syan commited on
Commit
5390fbc
·
verified ·
1 Parent(s): 01f14d1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,3 +1,4 @@
1
  FROM linuxserver/code-server
2
  RUN curl -fsSL https://opencode.ai/install | bash
 
3
  EXPOSE 8443
 
1
  FROM linuxserver/code-server
2
  RUN curl -fsSL https://opencode.ai/install | bash
3
+ ENV PATH="$PATH:/config/.opencode/bin"
4
  EXPOSE 8443