Compare commits
4
Commits
3b632a5bc7
..
1.3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
519ef68ef8 | ||
|
|
331acb2ccb | ||
|
|
98eefa89b4 | ||
|
|
216f4978d7 |
+1
-1
@@ -3,7 +3,7 @@ FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
|
||||
WORKDIR /app
|
||||
|
||||
COPY ["nuget.config", "./"]
|
||||
COPY ["ShopAdmin/ShopAdmin.csproj", "Shop/"]
|
||||
COPY ["ShopAdmin/ShopAdmin.csproj", "ShopAdmin/"]
|
||||
RUN dotnet restore "ShopAdmin/ShopAdmin.csproj" --configfile nuget.config
|
||||
COPY . .
|
||||
RUN dotnet publish "ShopAdmin/ShopAdmin.csproj" -c Release -o /app/publish /p:UseAppHost=false
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
<Solution>
|
||||
<Folder Name="/Solution Items/">
|
||||
<File Path=".drone.yml" />
|
||||
<File Path=".editorconfig" />
|
||||
<File Path="Dockerfile" />
|
||||
<File Path="litecharms-shopadmin-uat.yml" />
|
||||
</Folder>
|
||||
<Project Path="ShopAdmin/ShopAdmin.csproj" />
|
||||
</Solution>
|
||||
|
||||
@@ -147,7 +147,7 @@ spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`shop.uat.khongisa.co.za`)
|
||||
- match: Host(`shopadmin.uat.khongisa.co.za`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: shop-service
|
||||
|
||||
Reference in New Issue
Block a user