Move container image references to Gitea registry
Publish container / publish (push) Failing after 10s

This commit is contained in:
mfwadejr
2026-09-21 11:45:27 -04:00
parent 0de8e80019
commit 8ffcf30e97
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
FROM node:22-alpine
LABEL org.opencontainers.image.source="https://github.com/mfwadejr/vboxstock"
LABEL org.opencontainers.image.source="https://git.us2plus2.com/marvin/vboxstock"
LABEL org.opencontainers.image.description="Self-contained vSeeBox inventory and sales tracker"
WORKDIR /app
COPY package.json server.mjs ./