commit f8a6639ea153652b0fa91d5240ab72858d8a427f Author: DotNet_Core <> Date: Thu Dec 27 17:30:10 2018 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9ebd30b --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# ---> VisualStudioCode +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json + diff --git a/README.md b/README.md new file mode 100644 index 0000000..5d93b1f --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# DockerMultiStageCompose + +Luego de haber realizado un DockerMultiStage, veamos como se puede orquestar con Docker-Compose \ No newline at end of file