Skip to content

Commit

Permalink
reduce port usage
Browse files Browse the repository at this point in the history
  • Loading branch information
robgruen committed Nov 20, 2024
1 parent 22db1a0 commit 72ad8be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ RUN apt install -y gnome-keyring
RUN curl -sL https://aka.ms/InstallAzureCLIDeb | bash

EXPOSE 80:3000
EXPOSE 8080:3000
EXPOSE 443:3443
EXPOSE 8083:3443
#CMD [ "pnpm", "start" ]
#EXPOSE 8080:3000
#EXPOSE 443:3443
#EXPOSE 8083:3443

#setup start actions
RUN echo az login --identity >> start.sh
RUN echo pnpm start >> start.sh

Expand Down

0 comments on commit 72ad8be

Please sign in to comment.