Skip to content

Commit

Permalink
using cmd style command
Browse files Browse the repository at this point in the history
  • Loading branch information
robgruen committed Nov 20, 2024
1 parent 57f3c35 commit 1e16bf1
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 @@ -38,4 +38,4 @@ RUN echo az login --identity >> start.sh
RUN echo pnpm start >> start.sh

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

0 comments on commit 1e16bf1

Please sign in to comment.