Replace entire codebase with homarr-labs/homarr
This commit is contained in:
6
deployments/prebuilt-debian/Dockerfile
Normal file
6
deployments/prebuilt-debian/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM node:24.12.0-trixie AS base
|
||||
WORKDIR /app
|
||||
COPY package.json .
|
||||
COPY pnpm-lock.yaml .
|
||||
RUN corepack enable pnpm && pnpm install --frozen-lockfile
|
||||
CMD ["sleep", "60s"]
|
||||
Reference in New Issue
Block a user