Skip to content

paulohenrique-gh/rails-repertoire-manager

Repository files navigation

Build docker image

docker build -f dev.dockerfile -t rep-manager .

Run container

docker run -p 3000:3000 -v $(pwd):/rails rep-manager

If there's any error running the container, you need to run the following command to allow docker to execute the entrypoint file:

chmod +x bin/docker-dev-entrypoint

Rebuilding the image

Give permission for running the dev.sh file

chmod +x dev.sh

Rebuild the image with the following command:

./dev.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published