Dockerfile aktualisiert
Some checks failed
Some checks failed
This commit is contained in:
@@ -4,7 +4,7 @@ WORKDIR /src
|
|||||||
# Kopiere die Projektdatei (.csproj) und lade Abhängigkeiten
|
# Kopiere die Projektdatei (.csproj) und lade Abhängigkeiten
|
||||||
# Ersetze "DeinProjektName.csproj" evtl. durch "*.csproj", wenn du nur eine hast
|
# Ersetze "DeinProjektName.csproj" evtl. durch "*.csproj", wenn du nur eine hast
|
||||||
COPY ../CouchLog/CouchLog.sln ./
|
COPY ../CouchLog/CouchLog.sln ./
|
||||||
RUN dotnet restore
|
RUN dotnet restore ./CouchLog.sln
|
||||||
|
|
||||||
# Kopiere den restlichen Code und baue die App (Release Modus)
|
# Kopiere den restlichen Code und baue die App (Release Modus)
|
||||||
COPY ../CouchLog/ ./
|
COPY ../CouchLog/ ./
|
||||||
|
|||||||
Reference in New Issue
Block a user