Add plugins directory to frontend Dockerfile (#1798)

This commit is contained in:
Vinzenz Sinapius 2024-05-15 17:22:54 +02:00 committed by GitHub
parent d6f2fee279
commit 3e24b8dbb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,6 +18,7 @@ COPY --link lit-localize.json \
./
COPY --link src ./src/
COPY --link plugins ./plugins/
# Build variables used to show current app version
# in the UI. Note that this will invalidate all
@ -43,4 +44,3 @@ COPY --link ./frontend.conf.template /etc/nginx/templates/
COPY --link ./minio.conf /etc/nginx/includes/
ADD --link ./00-browsertrix-nginx-init.sh ./docker-entrypoint.d/