Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <zoey@z0ey.de>
  • Loading branch information
Zoey2936 committed Dec 26, 2022
1 parent 380d193 commit 4a4339c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM node:current-alpine
RUN yarn global add tailwindcss @tailwindcss/forms
ENTRYPOINT tailwindcss -i $INPUT_INPUT -o $INPUT_OUTPUT
RUN npm install -D tailwindcss @tailwindcss/forms
ENTRYPOINT npx tailwindcss -i $INPUT_INPUT -o $INPUT_OUTPUT

0 comments on commit 4a4339c

Please sign in to comment.