Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(with-docker): don't copy package.json twice #39896

Merged
merged 3 commits into from Aug 24, 2022
Merged

Commits on Aug 24, 2022

  1. chore(with-docker): don't copy package.json twice

    the directory /app/.next/standalone already contains a copy of the package.json so we can skip copying it before we copy the standalone dir
    boredland committed Aug 24, 2022
    Copy the full SHA
    6d80dc1 View commit details
    Browse the repository at this point in the history
  2. fix(with-docker): copy next.config.js by default

    the whole point of the example is to demonstrate the use of the `output: "standalone"` flag. not copying it would be pointless in my eyes.
    boredland committed Aug 24, 2022
    Copy the full SHA
    0ebd92a View commit details
    Browse the repository at this point in the history
  3. remove other un-needed copies

    ijjk committed Aug 24, 2022
    Copy the full SHA
    fb27465 View commit details
    Browse the repository at this point in the history