mirror of
https://github.com/yawaflua/oembed-tests.yawaflua.ru.git
synced 2025-12-09 20:09:34 +02:00
Add startup to normally set-up a webhost
This commit is contained in:
@@ -3,8 +3,7 @@
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
|
||||
USER app
|
||||
WORKDIR /app
|
||||
EXPOSE 8080
|
||||
EXPOSE 8081
|
||||
EXPOSE 80
|
||||
|
||||
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
|
||||
ARG BUILD_CONFIGURATION=Release
|
||||
|
||||
Reference in New Issue
Block a user