mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
@@ -62,6 +62,7 @@ const RadioButtons: FunctionComponent<ComponentProps> = (
|
||||
<label
|
||||
key={i}
|
||||
className={className}
|
||||
data-testid={`card-select-option-${radioButton.value}`}
|
||||
onClick={() => {
|
||||
handleChange(radioButton.value);
|
||||
}}
|
||||
|
||||
@@ -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