OPS - GATEWAY: prepare Ops Agents Synology deploy

This commit is contained in:
DCCONSTRUCTIONS
2026-05-15 00:47:59 +03:00
parent 18ffe8ddc6
commit 9677c455b3
20 changed files with 620 additions and 37 deletions
+1
View File
@@ -17,6 +17,7 @@ ENV NODE_ENV=production
COPY package*.json ./
RUN npm ci --omit=dev && npm cache clean --force
COPY --from=build /app/dist ./dist
COPY --from=build /app/src/assets ./dist/assets
COPY migrations ./migrations
COPY docker-entrypoint.sh ./docker-entrypoint.sh
RUN chmod +x ./docker-entrypoint.sh