-
Notifications
You must be signed in to change notification settings - Fork 8
using a volume for frontend clobbers node_modules #47
Comments
@martinjrobins, please confirm this was closed by #50 |
nope, now get this error when I
|
Ah, we probably need to set it up like this, instead, then:
If that works, can you push to v2.0.0, please? |
no, get another error: Perhaps this is all version 3 stuff? (we are using version 2) |
or perhaps this is podman issues (I'm using podman, not docker) |
could be that I'm using an older version of podman (containers/podman#11822) that has limited volume support. So I think it is my setup that is the issue :( |
Our alternative plan here is to move the We figured the overheads aren't huge, and keeping @martinjrobins are you happy to set it up with |
#47 frontend-dev runs yarn install on docker-compose up
The
frontend
service maps thefrontend
host dir to theapp
dir in the containerhowever, this means that the
yarn install
in the Dockerfile has no effect, you need to runyarn install
on the host for this to workThe text was updated successfully, but these errors were encountered: