IU have the following fig.yml:
doc1:
build: Dockerfile1
doc2:
build: Dockerfile2
Dockerfile2 is build FROM Dockerfile1.
So when I fig up I want to
- Build Dockerfile1 only (not run it)
- Build and Run Dockerfile2
Is this possible?
IU have the following fig.yml:
doc1:
build: Dockerfile1
doc2:
build: Dockerfile2
Dockerfile2 is build FROM Dockerfile1.
So when I fig up I want to
Is this possible?