mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 13:11:02 +00:00
feat(frontend): add footer with version number
This commit is contained in:
parent
89faaa508b
commit
2aaf582245
7 changed files with 64 additions and 20 deletions
|
|
@ -33,6 +33,8 @@ RUN NODE_ENV=production npm run build
|
|||
FROM common as build-frontend
|
||||
LABEL stage="build-frontend"
|
||||
|
||||
ARG VERSION=unknown
|
||||
|
||||
WORKDIR /app/frontend
|
||||
|
||||
RUN npm ci
|
||||
|
|
@ -41,6 +43,7 @@ COPY frontend/postcss.config.js /app/frontend/postcss.config.js
|
|||
COPY frontend/tailwind.config.js /app/frontend/tailwind.config.js
|
||||
COPY frontend/src/ /app/frontend/src/
|
||||
COPY frontend/public/ /app/frontend/public/
|
||||
COPY frontend/.env.production /app/frontend/.env.production
|
||||
RUN NODE_ENV=production npm run build
|
||||
|
||||
##################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue