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