# build docker image
$ docker build -t <your username>/node-web-app .
# run dokcer image
$ docker run -p 49160:8080 -d <your username>/node-web-app
# Get container ID
$ docker ps
# Print app output
$ docker logs <container id>
# Example
Running on http://localhost:8080
# Enter the container
$ docker exec -it <container id> /bin/bash
-
Notifications
You must be signed in to change notification settings - Fork 0
howdy-mj/express-with-docker
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published