Last active
March 18, 2025 21:07
-
-
Save sephraim/ea1181646c27240d957bd76f949613c4 to your computer and use it in GitHub Desktop.
[Run your app in Docker without docker-compose] ssh into your app's bash terminal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NAME=my-app-name && docker build -t $NAME -f .devcontainer/docker/Dockerfile . && docker run -it --rm $NAME bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment