Skip to content

Commit

Permalink
didnt i just push this or am i going insane
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxite committed Mar 5, 2024
1 parent 89e4083 commit a9e07b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HighlightBot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ RUN dotnet publish "HighlightBot.csproj" -c Release -o /app/publish

FROM mcr.microsoft.com/dotnet/runtime:6.0-alpine AS final

ARG FRIDGEBOT_VERSION
ARG HIGHLIGHTBOT_VERSION

WORKDIR /app
COPY --from=build /app/publish .

ENV FRIDGEBOT_VERSION=$FRIDGEBOT_VERSION
ENV HIGHLIGHTBOT_VERSION=$HIGHLIGHTBOT_VERSION

ENTRYPOINT ["./HighlightBot"]

0 comments on commit a9e07b1

Please sign in to comment.