Skip to content

Commit

Permalink
pls?
Browse files Browse the repository at this point in the history
  • Loading branch information
avafloww committed Nov 17, 2023
1 parent c5702b9 commit c58c365
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Thaliak.Service.Poller/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
FROM mcr.microsoft.com/dotnet/runtime:8.0 AS base
WORKDIR /app

# certified Square Enix moment
COPY ./openssl.cnf /etc/ssl/openssl.cnf

FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
WORKDIR /src
COPY ["Thaliak.Service.Poller/Thaliak.Service.Poller.csproj", "Thaliak.Service.Poller/"]
Expand All @@ -16,7 +19,4 @@ FROM base AS final
WORKDIR /app
COPY --from=publish /app/publish .

# certified Square Enix moment
COPY ./openssl.cnf /etc/ssl/openssl.cnf

ENTRYPOINT ["dotnet", "Thaliak.Service.Poller.dll"]

0 comments on commit c58c365

Please sign in to comment.