Skip to content

Commit

Permalink
Merge pull request #240 from mcagov/letter-personalisation
Browse files Browse the repository at this point in the history
Restored dotnet restore
  • Loading branch information
bnjn-mt authored Jan 13, 2025
2 parents 7e4ed5e + bc38ff5 commit 48338af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backoffice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN RUN set -uex; \
npm install --production

# Build .NET app
#RUN dotnet restore
RUN dotnet restore
RUN dotnet build


Expand Down

0 comments on commit 48338af

Please sign in to comment.