mirror of
https://github.com/zadam/trilium.git
synced 2024-12-26 09:12:08 +08:00
make it clear that Dockerfile needs to be run through a script
This commit is contained in:
parent
59e8720866
commit
23de8e881d
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
# !!! Don't try to build this Dockerfile directly, run it through bin/build-docker.sh script !!!
|
||||
|
||||
FROM node:16.13.2-alpine
|
||||
|
||||
# Create app directory
|
||||
|
|
Loading…
Reference in a new issue