backend to fix
This commit is contained in:
+3
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user