We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ba4f8a commit e959dbcCopy full SHA for e959dbc
site/Dockerfile
@@ -1,3 +1,6 @@
1
+# IMPORTANT: Don't use this Dockerfile in your own Sapper projects without also looking at the .dockerignore file.
2
+# Without an appropriate .dockerignore, this Dockerfile will copy a large number of unneeded files into your image.
3
+
4
FROM mhart/alpine-node:12
5
6
# install dependencies
0 commit comments