Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
acn-dgopa authored Aug 15, 2023
1 parent 0fb9056 commit e204a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Building the auditlog api
FROM mcr.microsoft.com/dotnet/sdk:7.0-alpine AS build
COPY src/Altinn.Auth.AuditLog ./Altinn.Auth.AuditLog
COPY src .
WORKDIR Altinn.Auth.AuditLog/
RUN dotnet build Altinn.Auth.AuditLog.csproj -c Release -o /app_output
RUN dotnet publish Altinn.Auth.AuditLog.csproj -c Release -o /app_output
Expand Down

0 comments on commit e204a3d

Please sign in to comment.