From 23c3ecf8f1c2000d19722e3deb785794765a55bc Mon Sep 17 00:00:00 2001
From: FeroxFoxxo
Date: Mon, 5 Aug 2024 12:18:27 +1200
Subject: [PATCH 1/2] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 9c791e4..4fe1e72 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@
- This server works with the assosiated SpaceshipCrewGameNew project.
+ This server works with the assosiated SpaceshipCrewGame project.
Automatically deploys via Docker w/ CI/CD integration. NB: has hardcoded URLs for CORS that must be changed when deploying.
From f17e872903da69111a3e5cf690f0c2afd5fc864b Mon Sep 17 00:00:00 2001
From: FeroxFoxxo
Date: Mon, 5 Aug 2024 13:14:48 +1200
Subject: [PATCH 2/2] Update Dockerfile
---
Dockerfile | 1 -
1 file changed, 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index 8b54271..3e5a2b2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,6 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build-env
COPY ./ ./
-RUN dotnet restore
RUN dotnet publish -c Release -o ./bin
FROM mcr.microsoft.com/dotnet/nightly/aspnet:8.0