site: add warning to Dockerfile about .dockerignore

pull/4311/head
Conduitry 5 years ago
parent 3ba4f8abca
commit e959dbcf31

@ -1,3 +1,6 @@
# IMPORTANT: Don't use this Dockerfile in your own Sapper projects without also looking at the .dockerignore file.
# Without an appropriate .dockerignore, this Dockerfile will copy a large number of unneeded files into your image.
FROM mhart/alpine-node:12
# install dependencies

Loading…
Cancel
Save