mirror of
https://github.com/FastTunnel/FastTunnel.git
synced 2025-02-07 18:19:34 +08:00
1
This commit is contained in:
parent
d10123fad7
commit
b81f2d23a9
|
@ -1,11 +1,11 @@
|
|||
#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.
|
||||
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:7.0 AS base
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
|
||||
WORKDIR /app
|
||||
EXPOSE 80
|
||||
EXPOSE 443
|
||||
|
||||
FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build
|
||||
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
|
||||
WORKDIR /src
|
||||
COPY ["FastTunnel.Client/FastTunnel.Client.csproj", "FastTunnel.Client/"]
|
||||
COPY ["FastTunnel.Core.Client/FastTunnel.Core.Client.csproj", "FastTunnel.Core.Client/"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user