Skip to content

Commit

Permalink
added az login
Browse files Browse the repository at this point in the history
  • Loading branch information
robgruen committed Nov 20, 2024
1 parent 392c4c0 commit 26e9f5e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,7 @@ EXPOSE 80:3000
EXPOSE 8080:3000
EXPOSE 443:3443
EXPOSE 8083:3443
CMD [ "pnpm", "start" ]
#CMD [ "pnpm", "start" ]

#azure login, then start node application
CMD az login;pnpm start

0 comments on commit 26e9f5e

Please sign in to comment.