diff --git a/.idea/.idea.pac-man-board-game/.idea/compiler.xml b/.idea/.idea.pac-man-board-game/.idea/compiler.xml
deleted file mode 100644
index 9014410..0000000
--- a/.idea/.idea.pac-man-board-game/.idea/compiler.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pac-man-board-game/Dockerfile b/pac-man-board-game/Dockerfile
index f508d39..cf33e21 100644
--- a/pac-man-board-game/Dockerfile
+++ b/pac-man-board-game/Dockerfile
@@ -5,8 +5,7 @@ EXPOSE 443
FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build
-# Install Node.js TODO use node 18?
-RUN curl -fsSL https://deb.nodesource.com/setup_14.x | bash - \
+RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
&& apt-get install -y \
nodejs \
&& rm -rf /var/lib/apt/lists/*
diff --git a/pac-man-board-game/pac-man-board-game.csproj b/pac-man-board-game/pac-man-board-game.csproj
index a6a781e..5f2e404 100644
--- a/pac-man-board-game/pac-man-board-game.csproj
+++ b/pac-man-board-game/pac-man-board-game.csproj
@@ -9,7 +9,7 @@
ClientApp\
$(DefaultItemExcludes);$(SpaRoot)node_modules\**
https://localhost:3000
- npm run dev
+ pnpm dev
pacMan
enable
Linux
@@ -65,14 +65,14 @@
-
-
+
+
-
-
+
+