fix: Rebase to MSAL library for authentication

This commit is contained in:
2024-03-08 19:24:19 +11:00
parent 87b97ea82e
commit 3a0c288e55
3 changed files with 25 additions and 11 deletions

View File

@ -14,6 +14,6 @@ WORKDIR /app
COPY --from=builder /app/main .
EXPOSE 80
EXPOSE 8080
CMD ["./main"]