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
feat(docker): copy package.json and bun.lock files correctly
Copies the package.json and bun.lock files from the build stage to the
correct locations in the development and production stages of the
Docker image. This ensures that the dependencies are installed
correctly in both stages.
0 commit comments