Mohammed Foud
commited on
Commit
·
cc3c77c
1
Parent(s):
ddae5f9
first commit
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -13,6 +13,7 @@ ENV DB_NAME="postgres"
|
|
13 |
ENV DB_USER="postgres.hpbtdersdvvpxrkmhbfe"
|
14 |
ENV DB_PASSWORD="009988Ppooii@@@@"
|
15 |
|
|
|
16 |
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
|
17 |
WORKDIR /src
|
18 |
COPY ["Backend.csproj", "./"]
|
|
|
13 |
ENV DB_USER="postgres.hpbtdersdvvpxrkmhbfe"
|
14 |
ENV DB_PASSWORD="009988Ppooii@@@@"
|
15 |
|
16 |
+
|
17 |
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
|
18 |
WORKDIR /src
|
19 |
COPY ["Backend.csproj", "./"]
|