Skip to content

Commit e959dbc

Browse files
committed
site: add warning to Dockerfile about .dockerignore
1 parent 3ba4f8a commit e959dbc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

site/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -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+
14
FROM mhart/alpine-node:12
25

36
# install dependencies

0 commit comments

Comments
 (0)