backend to fix

This commit is contained in:
Ubuntu
2024-05-01 20:40:13 +00:00
parent 8d8b9409a8
commit e57b47cae3
9 changed files with 123 additions and 15 deletions
+3 -2
View File
@@ -1,8 +1,9 @@
# Use the official image as a parent image
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
WORKDIR /app
EXPOSE 80
EXPOSE 443
EXPOSE 5000
EXPOSE 5001
EXPOSE 8080
# Use SDK image to build the project
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build