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