From 4a4339c109466fb779d14b5ac537052f19ee0035 Mon Sep 17 00:00:00 2001 From: Zoey Date: Mon, 26 Dec 2022 17:35:02 +0100 Subject: [PATCH] Update Dockerfile Signed-off-by: Zoey --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 977d22e..b8a7197 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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