rsnext/examples/with-docker-compose/next-app
Jonas Strassel 638e6d16f8
chore(with-docker): don't copy package.json twice (#39896)
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

## Documentation / Examples

- [x] Make sure the linting passes by running `pnpm lint`
- [x] The examples guidelines are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing.md#adding-examples)

Co-authored-by: JJ Kasper <jj@jjsweb.site>
2022-08-24 09:35:44 -05:00
..
public Add with-docker-compose example (#32668) 2022-06-14 11:13:55 +00:00
src Add with-docker-compose example (#32668) 2022-06-14 11:13:55 +00:00
.gitignore Add with-docker-compose example (#32668) 2022-06-14 11:13:55 +00:00
dev.Dockerfile fix: use if...else in dockerfile (#39263) 2022-08-02 17:01:24 -05:00
next-env.d.ts Add with-docker-compose example (#32668) 2022-06-14 11:13:55 +00:00
next.config.js Move outputStandalone config (#37994) 2022-06-24 14:58:35 -05:00
package.json Add with-docker-compose example (#32668) 2022-06-14 11:13:55 +00:00
prod-without-multistage.Dockerfile fix: use if...else in dockerfile (#39263) 2022-08-02 17:01:24 -05:00
prod.Dockerfile chore(with-docker): don't copy package.json twice (#39896) 2022-08-24 09:35:44 -05:00
tsconfig.json Add with-docker-compose example (#32668) 2022-06-14 11:13:55 +00:00