rsnext/examples/with-docker-compose/next-app
Duc Tran a8b3e7809a
chores(examples): Define base image for multi-stage build (#45862)
Just define base docker image for multi-stage build

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have a helpful link attached, see [`contributing.md`](https://github.com/vercel/next.js/blob/canary/contributing.md)

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] [e2e](https://github.com/vercel/next.js/blob/canary/contributing/core/testing.md#writing-tests-for-nextjs) tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have a helpful link attached, see [`contributing.md`](https://github.com/vercel/next.js/blob/canary/contributing.md)

## Documentation / Examples

- [ ] Make sure the linting passes by running `pnpm build && pnpm lint`
- [ ] The "examples guidelines" are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)
2023-02-13 18:14:26 +00:00
..
public Add with-docker-compose example (#32668) 2022-06-14 11:13:55 +00:00
src Open deploy link in new window for examples (#40804) 2022-09-22 09:33:36 -07:00
.gitignore Add with-docker-compose example (#32668) 2022-06-14 11:13:55 +00:00
dev.Dockerfile Fix with-docker-compose example (#43419) 2022-11-28 00:13:22 +00:00
next.config.js Fix with-docker-compose example (#43419) 2022-11-28 00:13:22 +00:00
package.json Fix with-docker-compose example (#43419) 2022-11-28 00:13:22 +00:00
prod-without-multistage.Dockerfile Fix with-docker-compose example (#43419) 2022-11-28 00:13:22 +00:00
prod.Dockerfile chores(examples): Define base image for multi-stage build (#45862) 2023-02-13 18:14:26 +00:00
tsconfig.json Add with-docker-compose example (#32668) 2022-06-14 11:13:55 +00:00