@@ -59,7 +59,7 @@ ARG EXTENSION_DOWNLOAD_LINK
5959FROM ${DEPENDENCIES_IMAGE:-"no-image" } AS builder
6060
6161LABEL maintainer="info@dspot.com.pl"
62- LABEL org.opencontainers.image.source="https://github.com/DSpotDevelopers/gauzy "
62+ LABEL org.opencontainers.image.source="https://github.com/DSpotDevelopers/DSpot-ERP "
6363
6464# We make NODE_ENV and other env vars passed as build argument to be available in this stage
6565ARG NODE_ENV
@@ -87,11 +87,14 @@ FROM nginx:alpine AS production
8787
8888WORKDIR /srv/gauzy
8989
90- # Copy the built API items and prepare dependencies
90+ # Copy the built webapp and prepare dependencies
9191COPY --chown=nginx:nginx .deploy/webapp/nginx.compose.conf /etc/nginx/conf.d/compose.conf.template
9292COPY --chown=nginx:nginx .deploy/webapp/nginx.prod.conf /etc/nginx/conf.d/prod.conf.template
9393COPY --chown=nginx:nginx --from=builder /srv/gauzy/dist/apps/gauzy .
9494
95+ # AGPL-3.0 compliance: include license, attribution, and modification notice files
96+ COPY --chown=nginx:nginx LICENSE LICENSES.md CREDITS.md CHANGELOG.md README.md ./
97+
9598# Copy the entrypoint scripts
9699COPY --chown=nginx:nginx --chmod=755 wait .deploy/webapp/entrypoint.compose.sh .deploy/webapp/entrypoint.prod.sh .deploy/webapp/replacements.sed ./
97100
@@ -133,7 +136,7 @@ ENV CI=true \
133136 FILE_PROVIDER=${FILE_PROVIDER:-"LOCAL" } \
134137 PLATFORM_PRIVACY_URL=${PLATFORM_PRIVACY_URL:-"https://gauzy.co/privacy" } \
135138 PLATFORM_TOS_URL=${PLATFORM_TOS_URL:-"https://gauzy.co/tos" } \
136- PROJECT_REPO=${PROJECT_REPO:-"https://github.com/DSpotDevelopers/gauzy " } \
139+ PROJECT_REPO=${PROJECT_REPO:-"https://github.com/DSpotDevelopers/DSpot-ERP " } \
137140 I18N_FILES_URL=${I18N_FILES_URL} \
138141 COMPANY_NAME=${COMPANY_NAME:-"DSpot sp. z o.o." } \
139142 COMPANY_LINK=${COMPANY_LINK:-"https://www.dspot.com.pl" } \
0 commit comments