Skip to content

Commit 37eea4a

Browse files
author
xyzjesper
committed
Add run permissions
1 parent e4ce16f commit 37eea4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

DisBot-Helper-Bot/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ RUN dotnet publish "./DisBot-Helper-Bot.csproj" -c Release -r linux-x64 \
2222
-o /app/publish
2323
FROM base AS final
2424
WORKDIR /app
25-
COPY --from=publish /app/publish .
25+
COPY /app/publish .
26+
RUN chmod +x ./DisBot-Helper-Bot
2627
CMD ["./DisBot-Helper-Bot"]

0 commit comments

Comments
 (0)