Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
OoLunar committed Mar 22, 2024
1 parent 52a3347 commit f78c963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /src
COPY ./ /src
RUN apk add git \
&& git submodule update --init --recursive \
&& sed -i "s/<Version>.*<\/Version>/<Version>${VERSION}<\/Version>/" src/NotifierRedirector.csproj \
&& sed -i "s/<Version>.*<\/Version>/<Version>${VERSION}<\/Version>/" src/NotifierRedirecter.csproj \
&& dotnet publish -c Release -r linux-musl-x64

FROM mcr.microsoft.com/dotnet/runtime:8.0-alpine
Expand All @@ -17,4 +17,4 @@ RUN apk upgrade --update-cache --available \
&& apk del git \
&& rm -rf /var/cache/apk/*

ENTRYPOINT /src/NotifierRedirector
ENTRYPOINT /src/NotifierRedirecter

0 comments on commit f78c963

Please sign in to comment.