From 75db36cc3a552a452e82f4467726dc22b900fb9f Mon Sep 17 00:00:00 2001 From: Brody Wilton <brodywilton@192.168.1.227> Date: Sat, 2 Mar 2024 00:44:17 +0000 Subject: [PATCH] update requirements txt to include library for pdf creation, comment out tailwind build line in Dockerfile to stop issue on build --- myproject/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/myproject/Dockerfile b/myproject/Dockerfile index 7a8fc00..5c0c8d9 100644 --- a/myproject/Dockerfile +++ b/myproject/Dockerfile @@ -15,7 +15,7 @@ COPY ./myapp/static ./myapp/static COPY tailwind.config.js ./ # Run the Tailwind build process -#RUN npx tailwindcss-cli build myapp/static/src/input.css -o myapp/static/src/output.css +# RUN npx tailwindcss-cli build myapp/static/src/input.css -o myapp/static/src/output.css # Use an official Python runtime as the final stage FROM python:3.11 -- GitLab