From 0defe6f2e3e779311ab29501b67a038914dbb8f8 Mon Sep 17 00:00:00 2001 From: itsnotapt <3096198+itsnotapt@users.noreply.github.com> Date: Sat, 28 Jan 2023 09:49:11 +1100 Subject: [PATCH 1/2] Update Dockerfile --- backend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Dockerfile b/backend/Dockerfile index abe4f17..faca2dc 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -1,7 +1,7 @@ FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build-env WORKDIR /app -# -------------- Step 1. Copy only required files for nuget restore for better caching +# ------------- Step 1. Copy only required files for nuget restore for better caching # 1.1 Copy solution & nuget config file (if exists) COPY ./* ./ # 1.2 Copy csproj and create folders for projects From 353107ab7264bba4e953ae51991e434c2bd0ef2b Mon Sep 17 00:00:00 2001 From: itsnotapt <3096198+itsnotapt@users.noreply.github.com> Date: Sat, 28 Jan 2023 09:50:03 +1100 Subject: [PATCH 2/2] Update README.md --- frontend/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/README.md b/frontend/README.md index 2c41e88..88e958c 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -1,4 +1,4 @@ -# investigate +# Investigate ## Project setup ```