There was an error while loading. Please reload this page.
1 parent d5773b3 commit 0e1527aCopy full SHA for 0e1527a
1 file changed
src/authorization/Dockerfile
@@ -21,8 +21,6 @@ WORKDIR /angular
21
22
COPY ["authorization/EventTriangle.Client", "EventTriangle.Client/"]
23
24
-#RUN npm install -g @angular/cli@15.2.7
25
-
26
WORKDIR "EventTriangle.Client"
27
28
ARG FRONT_API_URL
@@ -50,13 +48,7 @@ WORKDIR "authorization/EventTriangleAPI.Authorization.Presentation"
50
48
51
49
ARG VERSION
52
53
-RUN dotnet publish "EventTriangleAPI.Authorization.Presentation.csproj" \
54
- -c Release \
55
- -p:Version=$VERSION \
56
- -o /app/publish \
57
- /p:UseAppHost=false \
58
- /p:PublishTrimmed=true \
59
- /p:TieredCompilation=false
+RUN dotnet publish "EventTriangleAPI.Authorization.Presentation.csproj" -c Release -p:Version=$VERSION -o /app/publish /p:UseAppHost=false
60
61
FROM base AS final
62
WORKDIR /app
0 commit comments