We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37eea4a commit 641f415Copy full SHA for 641f415
1 file changed
DisBot-Helper-Bot/Dockerfile
@@ -22,6 +22,6 @@ RUN dotnet publish "./DisBot-Helper-Bot.csproj" -c Release -r linux-x64 \
22
-o /app/publish
23
FROM base AS final
24
WORKDIR /app
25
-COPY /app/publish .
+COPY --from=publish /app/publish .
26
RUN chmod +x ./DisBot-Helper-Bot
27
CMD ["./DisBot-Helper-Bot"]
0 commit comments