feat: display app version in footer
This commit is contained in:
parent
d4d84ad0db
commit
d6740ec5d0
3 changed files with 7 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ SHELL ["bash", "-exc"]
|
|||
WORKDIR /app
|
||||
|
||||
# Copy source code (excluding semantic-release artifacts)
|
||||
COPY nuxt.config.ts tsconfig.json tailwind.config.js eslint.config.mjs ./
|
||||
COPY nuxt.config.ts tsconfig.json tailwind.config.js eslint.config.mjs package.json ./
|
||||
COPY app/ ./app/
|
||||
COPY server/ ./server/
|
||||
COPY public/ ./public/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue