Last active
January 3, 2022 11:00
-
-
Save fnogcps/d29407d99e1656c3561af18fe0443afe to your computer and use it in GitHub Desktop.
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
| # Build image | |
| docker build -t <image-name> . | |
| # Run image | |
| docker run --name <container-name> -itd -p <port>:<port> <image-name> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment