Skip to content

Commit

Permalink
added start.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
robgruen committed Nov 20, 2024
1 parent 4e95c1f commit 9615397
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 @@ -34,5 +34,8 @@ EXPOSE 443:3443
EXPOSE 8083:3443
#CMD [ "pnpm", "start" ]

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

#azure login, then start node application
CMD [ "az", "login" ]
CMD [ "start.sh" ]

0 comments on commit 9615397

Please sign in to comment.