The current Dockerfile does not seperate between using Eventfully in Production and Compiling the Image.
Is it nessesary to have tailwindcss-extra installed as dependency in the Image ?
My recommendation is to create a second From and a COPY to reduce not needed dependencies.
Hi there,
The current Dockerfile does not seperate between using Eventfully in Production and Compiling the Image. Is it nessesary to have
tailwindcss-extra
installed as dependency in the Image ? My recommendation is to create a secondFrom
and aCOPY
to reduce not needed dependencies.Best Regards
Fabian