Skip to content

Commit

Permalink
Fix wrong repository
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusAhlfors committed Apr 17, 2024
1 parent 999a2db commit 4ed0bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InitialProjectDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4ed0bc0

Please sign in to comment.