Skip to content

Commit

Permalink
fix: adjust dbaccess path for maintenance docker (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil91 authored Dec 1, 2023
1 parent 4344891 commit 64b36a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile-maintenance-service
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ FROM mcr.microsoft.com/dotnet/sdk:7.0-alpine-amd64 AS publish
WORKDIR /
COPY LICENSE NOTICE.md DEPENDENCIES /
COPY src/maintenance/Maintenance.App/ src/maintenance/Maintenance.App/
COPY src/portalbackend/PortalBackend.DbAccess/ src/portalbackend/PortalBackend.DbAccess/
COPY src/portalbackend/PortalBackend.DBAccess/ src/portalbackend/PortalBackend.DBAccess/
COPY src/portalbackend/PortalBackend.PortalEntities/ src/portalbackend/PortalBackend.PortalEntities/
COPY src/framework/Framework.BaseDependencies/ src/framework/Framework.BaseDependencies/
COPY src/framework/Framework.DBAccess/ src/framework/Framework.DBAccess/
Expand Down

0 comments on commit 64b36a0

Please sign in to comment.