From 4ed0bc0fe7e73963a3580c0c45722f3295c7cf58 Mon Sep 17 00:00:00 2001 From: Marcus Ahlfors Date: Thu, 18 Apr 2024 00:54:12 +0300 Subject: [PATCH] Fix wrong repository --- InitialProjectDockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InitialProjectDockerfile b/InitialProjectDockerfile index e8a373a..217f8d6 100644 --- a/InitialProjectDockerfile +++ b/InitialProjectDockerfile @@ -8,5 +8,5 @@ COPY initialProject . RUN npm install && npm run build # For quick launch (86M!, so not ideal) -RUN git clone https://github.com/diploi/nextjs-postgresql-template-demo.git /app-quick-launch \ +RUN git clone https://github.com/diploi/sveltekit-template-demo.git /app-quick-launch \ && npm install --prefix /app-quick-launch \ No newline at end of file