Spaces:
Running
Running
Update Dockerfile
Browse files- 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
|