This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Items that don't need to be in a Docker image. | |
# Anything not used by the build system should go here. | |
Dockerfile | |
.dockerignore | |
.gitignore | |
README.md | |
# Artifacts that will be built during image creation. | |
# This should contain all files created during `npm run build`. | |
build |