From 346892e4f0376f24903b6d2d8785bf2176466d22 Mon Sep 17 00:00:00 2001 From: Zoey Date: Mon, 26 Dec 2022 17:15:55 +0100 Subject: [PATCH] Update Dockerfile Signed-off-by: Zoey --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1fa86fc..977d22e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ FROM node:current-alpine -RUN yarn global add tailwindcss +RUN yarn global add tailwindcss @tailwindcss/forms ENTRYPOINT tailwindcss -i $INPUT_INPUT -o $INPUT_OUTPUT