Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinki14 committed Jan 27, 2024
1 parent 6510f36 commit 37fc068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY ["src/Miha.Logic/Miha.Logic.csproj", "Miha.Logic/"]
COPY ["src/Miha.Redis/Miha.Redis.csproj", "Miha.Redis/"]
COPY ["src/Miha.Shared/Miha.Shared.csproj", "Miha.Shared/"]
COPY . .
WORKDIR "src/Miha/"
WORKDIR "/src/Miha/"
RUN dotnet restore "Miha.csproj"
RUN dotnet build "Miha.csproj" -c Release -o /app/build

Expand Down

0 comments on commit 37fc068

Please sign in to comment.