A simple application for the getting started guide in Docker's documentation
Go to file
dependabot[bot] 1b31fc56da
Bump mysql2 from 2.3.3 to 3.9.8
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 2.3.3 to 3.9.8.
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](https://github.com/sidorares/node-mysql2/compare/v2.3.3...v3.9.8)

---
updated-dependencies:
- dependency-name: mysql2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-30 19:56:01 +00:00
spec first commit 2023-07-17 10:17:25 -07:00
src first commit 2023-07-17 10:17:25 -07:00
package.json Bump mysql2 from 2.3.3 to 3.9.8 2024-05-30 19:56:01 +00:00
README.md first commit 2023-07-17 10:17:25 -07:00
yarn.lock Bump mysql2 from 2.3.3 to 3.9.8 2024-05-30 19:56:01 +00:00

Getting started

This repository is a sample application for users following the getting started guide at https://docs.docker.com/get-started/.

The application is based on the application from the getting started tutorial at https://github.com/docker/getting-started