Templates needed to build tailwind
This commit is contained in:
parent
c37d1be50d
commit
65d674a1e1
2 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,7 @@ dockers:
|
|||
extra_files:
|
||||
- entrypoint.sh
|
||||
- bookmarks/config.yaml
|
||||
- tailwind.config.js
|
||||
- package.json
|
||||
- package-lock.json
|
||||
- static
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue