Skip to content

Conversation

@blocknotes
Copy link
Owner

@blocknotes blocknotes commented Mar 19, 2025

🔧 Docker dev setup

# Run rails server on the dummy app (=> http://localhost:3000 to access to ActiveAdmin):
make up
# Enter in a Rails console (with the dummy app started):
make console
# Enter in a shell (with the dummy app started):
make shell
# Run the linter on the project (with the dummy app started):
make lint
# Run the test suite (with the dummy app started):
make specs
# Remove container and image:
make cleanup
# To try different versions of Ruby/Rails/ActiveAdmin edit docker-compose.yml
# For more commands please check the Makefile

@blocknotes blocknotes self-assigned this Mar 19, 2025
@blocknotes blocknotes force-pushed the dev/docker-setup branch 12 times, most recently from 0f4d866 to 65ac0b5 Compare March 20, 2025 08:47
@blocknotes blocknotes marked this pull request as ready for review March 20, 2025 09:15
@blocknotes blocknotes merged commit c1178af into master Mar 20, 2025
9 checks passed
@blocknotes blocknotes deleted the dev/docker-setup branch March 20, 2025 09:15
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.

2 participants