mirror of
https://github.com/docker/getting-started-app.git
synced 2024-11-16 15:41:17 -05:00
A simple application for the getting started guide in Docker's documentation
b5e58510b6
Ignore node_modules in build to prevent issue with COPY or bind mounts when dependencies already exist on the host's filesystem Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> |
||
---|---|---|
spec | ||
src | ||
.dockerignore | ||
package.json | ||
README.md | ||
yarn.lock |
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