mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-05-18 05:18:05 -04:00
Add retry to GitHub actions, refactor (#203)
This commit is contained in:
@@ -21,7 +21,7 @@ COPY ["src/AliasGenerators/AliasGenerators.csproj", "src/AliasGenerators/"]
|
||||
COPY ["src/Utilities/FaviconExtractor/FaviconExtractor.csproj", "src/Utilities/FaviconExtractor/"]
|
||||
RUN dotnet restore "src/AliasVault.Client/AliasVault.Client.csproj"
|
||||
|
||||
# Copy the rest of the application code
|
||||
# Copy the application code
|
||||
COPY . .
|
||||
|
||||
# Build the Client project
|
||||
|
||||
Reference in New Issue
Block a user