Templates needed to build tailwind

This commit is contained in:
Florian Hoss 2023-02-04 20:43:36 +01:00
parent c37d1be50d
commit 65d674a1e1
2 changed files with 3 additions and 0 deletions

View file

@ -25,6 +25,7 @@ dockers:
extra_files:
- entrypoint.sh
- bookmarks/config.yaml
- tailwind.config.js
- package.json
- package-lock.json
- static

View file

@ -5,7 +5,9 @@ COPY package.json .
COPY package-lock.json .
RUN npm install
COPY templates/ ./templates/
COPY static/ ./static/
COPY tailwind.config.js .
RUN npm run build
FROM alpine AS logo