mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix: update blog repo clone command to use --depth 1 for faster cloning
This commit is contained in:
@@ -60,7 +60,7 @@ EXPOSE 1444
|
||||
RUN mkdir -p /usr/src
|
||||
|
||||
# Clone blog repo.
|
||||
RUN cd /usr/src && git clone https://github.com/oneuptime/blog
|
||||
RUN cd /usr/src && git clone --depth 1 https://github.com/oneuptime/blog
|
||||
|
||||
# Now we have the blog repo cloned to /usr/src/blog.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user