We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2977b0e commit c45fcadCopy full SHA for c45fcad
Dockerfile.dbupdate
@@ -4,7 +4,6 @@ WORKDIR /app
4
# copy dependencies
5
COPY ./Streetcode/DbUpdate/DbUpdate.csproj ./DbUpdate/
6
COPY ./Streetcode/DbUpdate/*.cs ./DbUpdate/
7
-COPY ./Streetcode/DbUpdate/appsettings.json ./DbUpdate/
8
COPY ./Streetcode/DbUpdate/appsettings.Local.json ./DbUpdate/
9
COPY ./Streetcode ./Streetcode/
10
COPY ./Streetcode/Streetcode.DAL/Persistence/ScriptsMigration ./Streetcode.DAL/Persistence/ScriptsMigration/
0 commit comments