diff --git a/Dockerfile b/Dockerfile index 6db0653..b60ff5e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM git.marinodev.com/marinodev/node_gitea_ci:latest RUN cd /srv && \ - git clone https://git.marinodev.com/MarinoDev/fbla26.git + git clone https://git.marinodev.com/drake/fbla26.git WORKDIR /srv/fbla26 RUN npm ci --omit dev