You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More precise feedback on where exactly the instructions would be placed would be helpful. You can look at the dockerfile rails template to get an idea of what is implemented there:
base is added to the end of the base step
build is added just after the COPY . . statement
deploy is added just after the COPY --from-build statement (and the rails user is created, which does not currently apply in dockerfile-node).
Hmm so this use case was copying the .yarn folder (contains plugins) which needs to be copied before the yarn install command. I ended up ejecting because it was a bit too hard to maintain and also we went with Next.js's "standalone mode"
Use case: I'd like to add certain files before running the build or install.
The text was updated successfully, but these errors were encountered: