changed frontend framework from next.js to vite

This commit is contained in:
2026-03-24 03:25:55 +01:00
parent 0c88e3fd5a
commit 6d9942d532
3 changed files with 5 additions and 5 deletions
@@ -1,6 +1,6 @@
**Vaessl: code-server adjustments**
Before developing on code-server I configure a Dockerfile to install all packages needed for Spring Boot, Java and Next.js. I install openjdk, npm, nodejs and yarn and set the environment variables for Java. Since the linuxserver code-server image doesn't come with root access for its default user abc out of the box every privileged action will be baked in here:
Before developing on code-server I configure a Dockerfile to install all packages needed for Spring Boot, Java and Vite. I install openjdk, npm, nodejs and yarn and set the environment variables for Java. Since the linuxserver code-server image doesn't come with root access for its default user abc out of the box every privileged action will be baked in here:
```
FROM lscr.io/linuxserver/code-server:latest