Add tailwind and daisyUI
This commit is contained in:
parent
80da7be559
commit
0b8e6c2d50
19 changed files with 2292 additions and 24289 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue