refactor: build development Tailwind CSS in a separate Docker service #83

Merged
matous-volf merged 2 commits from refactor/dev-tailwind-service into main 2025-01-03 17:04:56 +00:00
Showing only changes of commit 3d28254ae1 - Show all commits

View File

@ -10,4 +10,6 @@ RUN npm install
USER 1000:1000 USER 1000:1000
#checkov:skip=CKV_DOCKER_2: No need for (or even a simple way to do) a healthcheck.
CMD ["npm", "run", "watch"] CMD ["npm", "run", "watch"]