fix git repo link
Some checks failed
ci / docker_image (push) Failing after 1m39s
ci / deploy (push) Has been skipped

This commit is contained in:
Drake Marino 2026-01-24 12:04:19 -06:00
parent 3e9183f55b
commit bebf22e422

View File

@ -1,7 +1,7 @@
FROM git.marinodev.com/marinodev/node_gitea_ci:latest FROM git.marinodev.com/marinodev/node_gitea_ci:latest
RUN cd /srv && \ RUN cd /srv && \
git clone https://git.marinodev.com/MarinoDev/fbla26.git git clone https://git.marinodev.com/drake/fbla26.git
WORKDIR /srv/fbla26 WORKDIR /srv/fbla26
RUN npm ci --omit dev RUN npm ci --omit dev