mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
[ci] fix runtime image name
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ RUN dotnet publish -c release -o /app --no-restore Kruzya.TelegramBot.sln && \
|
|||||||
rm -f /app/TelegramBot.*.dll /app/TelegramBot.*.pdb
|
rm -f /app/TelegramBot.*.dll /app/TelegramBot.*.pdb
|
||||||
|
|
||||||
# Now reuse image with only runtime
|
# Now reuse image with only runtime
|
||||||
FROM mcr.microsoft.com/dotnet/aspnet:6.0.101-alpine3.14
|
FROM mcr.microsoft.com/dotnet/aspnet:6.0.1-alpine3.14
|
||||||
WORKDIR /user
|
WORKDIR /user
|
||||||
COPY --from=build /app /app
|
COPY --from=build /app /app
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user