Skip to content

Commit

Permalink
extend permission scope to after installing package
Browse files Browse the repository at this point in the history
  • Loading branch information
jwdb committed Dec 10, 2024
1 parent 7902449 commit d25ea2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.Windows
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ COPY --from=builder c:/azurite/dist/ dist/

USER ContainerAdministrator
RUN npm pkg set scripts.prepare="echo no-prepare"
USER ContainerUser

RUN npm ci --unsafe-perm

RUN npm install -g --unsafe-perm --loglevel verbose

USER ContainerUser
# Blob Storage Port
EXPOSE 10000
# Queue Storage Port
Expand Down

0 comments on commit d25ea2e

Please sign in to comment.