6 lines
268 B
Plaintext
6 lines
268 B
Plaintext
# The Dockerfile copies only the manifest and source files it needs. Keeping these
|
|
# out of the build context avoids sending a local development install or stale bundle
|
|
# to the daemon before Node creates its clean, reproducible build-stage install.
|
|
node_modules
|
|
dist
|