mirror of
https://github.com/Govor-team/Govor.git
synced 2026-07-21 11:44:56 +00:00
update
This commit is contained in:
+1
-2
@@ -23,8 +23,7 @@ WORKDIR /app
|
||||
COPY --from=build /app/Govor.API/out ./
|
||||
|
||||
# Указываем порт (если используется нестандартный, замени 80)
|
||||
EXPOSE 80
|
||||
EXPOSE 443
|
||||
EXPOSE 8080
|
||||
|
||||
# Запускаем приложение
|
||||
ENTRYPOINT ["dotnet", "Govor.API.dll"]
|
||||
|
||||
Reference in New Issue
Block a user