From ebec2fe003f81a5a8d563d975c75e91b8550c400 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Wed, 25 Dec 2024 20:02:53 +1300 Subject: [PATCH] tailwind css is now auto installed as a main dependency --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d3b0aad..28ccbc3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,6 @@ COPY *.js . COPY src/frontend ./src/frontend RUN npm install --omit=dev && \ - npm install tailwindcss && \ npm run build-frontend # Main app build