Skip to content

Instantly share code, notes, and snippets.

@StanGirard
Created October 14, 2020 07:20
Show Gist options
  • Save StanGirard/549b19b8e5395b802258dd674958b264 to your computer and use it in GitHub Desktop.
Save StanGirard/549b19b8e5395b802258dd674958b264 to your computer and use it in GitHub Desktop.
Docker Multi Stages Example Run
docker run \
-it \
--rm \
-p 80:80 \
react-b:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment