Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx authored Jun 24, 2024
1 parent f8b8f08 commit b402bae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dkgServiceNode/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ RUN dotnet publish "./dkgServiceNode.csproj" -c $BUILD_CONFIGURATION -o /app/pub
FROM base AS final
WORKDIR /app
COPY --from=publish /app/publish .
RUN chmod -R 777 /app
ENTRYPOINT ["dotnet", "dkgServiceNode.dll"]
ENTRYPOINT ["dotnet", "dkgServiceNode.dll"]

0 comments on commit b402bae

Please sign in to comment.