mount frontend as a shared volume #2 #7
Reference in New Issue
Block a user
No description provided.
Delete Branch "issue-2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
by mounting the api first with the frontend-data as a shared volume, docker will copy the contents of the frontend to the shared volume.
this is a wip because i tested it quickly and seemed to work, but traefik was down for some reason and i ran out of time today!
Oh interesting but I'm not sure you can rely on the ordering of the services in the compose file? I could be wrong. That's a cool trick if it works! It may be possible to use some sort of "depends on" config for this also? Unsure.
Ah, dependency may work. I'll try it. For what I've seen so far the files were copied, even if the abra output showed a seemingly random order:
25d82584b4
toa97746b191
WIP: mount frontend as a shared volume #2to mount frontend as a shared volume #2This works!
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.