We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ce16f commit 37eea4aCopy full SHA for 37eea4a
DisBot-Helper-Bot/Dockerfile
@@ -22,5 +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 --from=publish /app/publish .
+COPY /app/publish .
26
+RUN chmod +x ./DisBot-Helper-Bot
27
CMD ["./DisBot-Helper-Bot"]
0 commit comments