diff --git a/Dockerfile b/Dockerfile index 7dad0ce..7137f6d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,8 @@ COPY public ./public COPY server ./server COPY shared ./shared COPY db/migrations ./db/migrations +COPY scripts ./scripts +RUN node scripts/stamp-asset-version.mjs # The optional Pi agent configuration is mounted read-only here at runtime. ENV HOME=/home/node diff --git a/public/account.html b/public/account.html index aabbc8b..5a32131 100644 --- a/public/account.html +++ b/public/account.html @@ -4,8 +4,8 @@