We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 300f195 commit 73873bcCopy full SHA for 73873bc
2 files changed
AngularSpa/proxy.config.json
@@ -1,6 +1,6 @@
1
{
2
"/": {
3
- "target": "http://localhost:5000",
4
- "secure": false
+ "target": "https://localhost:5001",
+ "secure": true
5
}
6
Dockerfile
@@ -11,6 +11,7 @@ COPY . .
11
RUN dotnet restore
12
13
WORKDIR /app/AngularSpa
14
+RUN npm cache clean --force
15
RUN dotnet publish -c release -o /out --no-restore
16
17
FROM mcr.microsoft.com/dotnet/aspnet:5.0 AS runtime
0 commit comments