File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ WORKDIR /app
55RUN git clone https://github.com/devgopher/botticelli.git
66WORKDIR /app/botticelli/Botticelli
77RUN git fetch --all
8- RUN git switch dev /0.5
8+ RUN git switch release /0.5
99RUN git pull
1010
1111COPY . ./
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ WORKDIR /app
55RUN git clone https://github.com/devgopher/botticelli.git
66WORKDIR /app/botticelli/Botticelli.Server.Analytics
77RUN git fetch --all
8- RUN git switch dev /0.5
8+ RUN git switch release /0.5
99RUN git pull
1010
1111COPY . ./
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export SecureStorageConnectionString="User ID=postgres;Password=12345678;Host=12
1616rm -rf botticelli/
1717git clone https://github.com/devgopher/botticelli.git
1818pushd botticelli/
19- git checkout dev /0.5
19+ git checkout release /0.5
2020git pull
2121
2222pushd Botticelli.Server.Analytics
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ WORKDIR /app
55RUN git clone https://github.com/devgopher/botticelli.git
66WORKDIR /app/botticelli/Botticelli
77RUN git fetch --all
8- RUN git switch dev /0.5
8+ RUN git switch release /0.5
99RUN git pull
1010
1111COPY . ./
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ sudo apt-get install -y dotnet-sdk-8.0 dotnet-runtime-8.0 aspnetcore-runtime-8.0
99rm -rf botticelli` ` /
1010git clone https://github.com/devgopher/botticelli.git
1111pushd botticelli/
12- git checkout dev /0.5
12+ git checkout release /0.5
1313git pull
1414
1515pushd Botticelli
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ WORKDIR /app
55RUN git clone https://github.com/devgopher/botticelli.git
66WORKDIR /app/botticelli/Botticelli.Server.FrontNew
77RUN git fetch --all
8- RUN git switch dev /0.5
8+ RUN git switch release /0.5
99RUN git pull
1010
1111
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ sudo apt-get install -y dotnet-sdk-8.0 dotnet-runtime-8.0 aspnetcore-runtime-8.0
99rm -rf botticelli/
1010git clone https://github.com/devgopher/botticelli.git
1111pushd botticelli/
12- git checkout dev /0.5
12+ git checkout release /0.5
1313git pull
1414
1515pushd Botticelli.Server.FrontNew
You can’t perform that action at this time.
0 commit comments