You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for this great project! I was wondering logistically how you utlizize the docker container? Do you run all the commands listed prefixed with docker exec -it your-container-name like docker exec -it your-container-name node --run build? I'm quite new to ts library dev, so apologies if this is a basic question.
The text was updated successfully, but these errors were encountered:
Hey @melissamcewen, for running this library with docker usually I just run docker-compose up -d, then for example using orbstack or docker-desktop, I click in the container logs to open and that's all, when I change the code the container is reloaded with the new code
Hi, thanks for this great project! I was wondering logistically how you utlizize the docker container? Do you run all the commands listed prefixed with
docker exec -it your-container-name
likedocker exec -it your-container-name node --run build
? I'm quite new to ts library dev, so apologies if this is a basic question.The text was updated successfully, but these errors were encountered: