Skip to content

Commit 641f415

Browse files
author
xyzjesper
committed
Fix docker steps
1 parent 37eea4a commit 641f415

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DisBot-Helper-Bot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +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 /app/publish .
25+
COPY --from=publish /app/publish .
2626
RUN chmod +x ./DisBot-Helper-Bot
2727
CMD ["./DisBot-Helper-Bot"]

0 commit comments

Comments
 (0)