Make product structure sync use product export
All checks were successful
Build and Deploy / build-and-push (push) Successful in 1m23s

This commit is contained in:
Cauê Faleiros
2026-07-23 14:03:43 -03:00
parent bda1e22be3
commit 12aa5c7f83
6 changed files with 7681 additions and 5 deletions

View File

@@ -22,6 +22,7 @@ RUN npm install --omit=dev
# Copy built code from the builder stage
COPY --from=builder /app/dist ./dist
COPY --from=builder /app/data ./data
# Expose the port the app runs on
EXPOSE 3000