Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanBout authored Jan 14, 2025
1 parent ca30be0 commit 703fbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/standalone/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ARG DOTNET_BUILD_PLATFORM=linux-x64
WORKDIR /code
COPY ["./src/standalone/SimpleCDN.Standalone.csproj", "src/standalone"]
COPY ["./src/core/SimpleCDN.csproj", "src/core"]
COPY ["./extensions/redis/SimpleCDN.Extensions.Redis.csproj", "extensions/redis"]
COPY ["./extensions/Redis/SimpleCDN.Extensions.Redis.csproj", "extensions/Redis"]
RUN dotnet restore "./src/standalone/SimpleCDN.Standalone.csproj"
COPY . .
WORKDIR "/src/standalone"
Expand Down

0 comments on commit 703fbb1

Please sign in to comment.