We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f732f51 commit 736297dCopy full SHA for 736297d
DiscordPlayerCountBot/Dockerfile
@@ -8,7 +8,7 @@ RUN dotnet restore
8
WORKDIR /app
9
10
RUN ls -la /app
11
-RUN dotnet publish DiscordPlayerCountBot.csproj -c Release -o /app/publish
+RUN dotnet publish /app/DiscordPlayerCountBot.csproj -c Release -o /app/publish
12
13
FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS runtime
14
0 commit comments