chore: trigger initial image builds for Gitea registry
Some checks failed
CI / changes (push) Successful in 2s
CI / lint-and-test (push) Successful in 43s
CI / build (push) Failing after 20s

This commit is contained in:
Julia McGhee
2026-03-21 17:20:14 +00:00
parent e57f458058
commit 3ef1cbd1bb
3 changed files with 3 additions and 0 deletions

View File

@@ -23,3 +23,4 @@ USER appuser
EXPOSE 4000
ENV PORT=4000
CMD ["node", "dist/index.js"]
# trigger rebuild

View File

@@ -35,3 +35,4 @@ USER nextjs
EXPOSE 3100
ENV PORT=3100
CMD ["node", "server.js"]
# trigger rebuild

View File

@@ -24,3 +24,4 @@ USER nextjs
EXPOSE 3000
ENV PORT=3000
CMD ["node", "server.js"]
# trigger rebuild