mirror of
https://github.com/Kellojo/Modular-Homelab-Dashboard
synced 2026-04-21 13:37:18 +00:00
Add dashboard.yaml to Dockerfile for configuration
This commit is contained in:
parent
1f7200fd0e
commit
2cb35e057f
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ FROM node:22-alpine
|
|||
WORKDIR /app
|
||||
COPY --from=builder /app/build build/
|
||||
COPY --from=builder /app/node_modules node_modules/
|
||||
COPY dashboard.yaml .
|
||||
COPY package.json .
|
||||
EXPOSE 3000
|
||||
ENV NODE_ENV=production
|
||||
|
|
|
|||
Loading…
Reference in a new issue