Add tailwind and daisyUI

This commit is contained in:
badblocks 2025-02-26 17:18:48 -08:00
parent 80da7be559
commit 0b8e6c2d50
19 changed files with 2292 additions and 24289 deletions

View file

@ -19,6 +19,10 @@ RUN set -ex && \
# Copy local project
COPY . /code/
ENV HOME=/code
# Install NPM & node.js
RUN apt-get update && apt-get install -y nodejs npm
# Expose port 8000
EXPOSE 8000