Basic Operation working

This commit is contained in:
Michael Chen
2022-01-10 16:10:32 +01:00
parent 191a9d3415
commit bfb060710a
10 changed files with 154 additions and 56 deletions

View File

@ -1,8 +1,7 @@
#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:6.0 AS base
FROM mcr.microsoft.com/dotnet/runtime:6.0 AS base
WORKDIR /app
EXPOSE 80
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build
WORKDIR /src