Update 'Sources/Dockerfile'
continuous-integration/drone/push Build is failing Details

master
Félix MIELCAREK 2 years ago
parent 033306887f
commit 574f813c0d

@ -10,7 +10,7 @@ RUN dotnet build OpenLibraryWS_Wrapper.sln
WORKDIR /app WORKDIR /app
#COPY --from=build /src . #COPY --from=build /src .
COPY /src . COPY /src /app
EXPOSE 80 EXPOSE 80
ENTRYPOINT ["dotnet", "OpenLibraryWrapper.dll"] ENTRYPOINT ["dotnet", "OpenLibraryWrapper.dll"]
Loading…
Cancel
Save