Skip to content

Commit

Permalink
added identity flag
Browse files Browse the repository at this point in the history
  • Loading branch information
robgruen committed Nov 20, 2024
1 parent 9615397 commit 57f3c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ EXPOSE 443:3443
EXPOSE 8083:3443
#CMD [ "pnpm", "start" ]

RUN echo az login >> start.sh
RUN echo az login --identity >> start.sh
RUN echo pnpm start >> start.sh

#azure login, then start node application
Expand Down

0 comments on commit 57f3c35

Please sign in to comment.