feature/ci-cd #67

Merged
admin merged 15 commits from feature/ci-cd into master 2026-08-24 11:09:40 +03:30
Showing only changes of commit b779a57cba - Show all commits

View File

@@ -41,7 +41,6 @@ ENV NODE_ENV=production
ENV PORT=3000
ENV HOSTNAME=0.0.0.0
COPY --from=builder /app/public ./public
COPY --from=builder --chown=dyolink:nodejs /app/.next/standalone ./
COPY --from=builder --chown=dyolink:nodejs /app/.next/static ./.next/static