Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Composer/NPM dependencies to be installed by startup script #87

Merged
merged 2 commits into from
Jan 12, 2025

Conversation

nebojsatomic
Copy link
Owner

Instead of installing composer and npm dependencies from a Dockerfile into an image, they should be installed during the container creation, by launching startup.sh from docker-compose.yaml.
ATM nvm/npx part of the startup.sh script is commented bcs its behavior is not fully tested and not optimized. It should serve for creating a complied css file tailwind.output.css, on a certain action, and not use --watch option bcs it may be too heavy - anyway there is more to think about here.

@nebojsatomic nebojsatomic merged commit 96a7ae0 into main Jan 12, 2025
@nebojsatomic nebojsatomic deleted the npx-tailwindcss branch January 13, 2025 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant