Skip to content

Commit

Permalink
Revert Dockerfile Changes Breaking Build (microsoft#541)
Browse files Browse the repository at this point in the history
Temp Dockerfile changes made for debugging got committed, breaking the
build.

---------

Co-authored-by: Steve Lucco <[email protected]>
  • Loading branch information
hlucco and steveluc authored Jan 10, 2025
1 parent 259ac39 commit 9e2d1eb
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions ts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,10 @@ COPY --from=build /prod/tools/ /prod/tools/
COPY --from=build /usr/src/app/packages/shell/out/ /prod/shell/out/
WORKDIR /prod/api

COPY .env /prod/api

# dependencies
RUN apt-get update
RUN apt install -y gnome-keyring
# RUN curl -sL https://aka.ms/InstallAzureCLIDeb | bash
RUN curl -sL https://aka.ms/InstallAzureCLIDeb | bash

######################################### BLOB STORAGE MOUNT #########################################
## blobfuse - https://github.com/Azure/azure-storage-fuse/tree/main
Expand All @@ -79,11 +77,11 @@ EXPOSE 80:3000

# start actions
# az login
# RUN echo az login --identity >> start.sh
RUN echo az login --identity >> start.sh
## mount blob storage locally
#RUN echo blobfuse2 mount /mnt/blob --config-file=mount-blobfuse.yaml >> start.sh
# run getKeys
# RUN echo node ../tools/scripts/getKeys.mjs >> start.sh
RUN echo node ../tools/scripts/getKeys.mjs >> start.sh
# start API server
RUN echo pnpm start >> start.sh

Expand Down

0 comments on commit 9e2d1eb

Please sign in to comment.