Ville
Results
1
issues of
Ville
Setting pytailwindcss in the requirements.txt file causes error after tailwindcss command is ran from bash inside the container. Dockerfile: COPY requirements.txt /tmp/pip-tmp/ RUN pip --disable-pip-version-check install -r /tmp/pip-tmp/requirements.txt && \...