Skip to content

Commit

Permalink
code smells
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Sep 6, 2024
1 parent 572ad4a commit 12e9d6e
Show file tree
Hide file tree
Showing 11 changed files with 2,490 additions and 2,538 deletions.
2 changes: 1 addition & 1 deletion starsky/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN \
elif [ "$TARGETPLATFORM" = "linux/arm/v7" ]; then \
dotnet publish -c release -o out --runtime linux-arm --self-contained false --no-restore ; \
else \
dotnet publish -c release -o out ; \
dotnet publish -c release -o out\
fi

WORKDIR /app
Expand Down
Loading

0 comments on commit 12e9d6e

Please sign in to comment.