A simple application for the getting started guide in Docker's documentation
Go to file
dependabot[bot] ea207a62a0
Bump sqlite3 from 5.1.2 to 5.1.5
Bumps [sqlite3](https://github.com/TryGhost/node-sqlite3) from 5.1.2 to 5.1.5.
- [Release notes](https://github.com/TryGhost/node-sqlite3/releases)
- [Commits](https://github.com/TryGhost/node-sqlite3/compare/v5.1.2...v5.1.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-10 23:50:14 +00:00
.github/workflows Create npm-publish-github-packages.yml 2023-10-25 06:10:34 -05: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 sqlite3 from 5.1.2 to 5.1.5 2023-12-10 23:50:14 +00:00
README.md first commit 2023-07-17 10:17:25 -07:00
yarn.lock Bump sqlite3 from 5.1.2 to 5.1.5 2023-12-10 23:50:14 +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