Skip to content

Commit

Permalink
PAY-6594: Update to fix Paybubble.
Browse files Browse the repository at this point in the history
  • Loading branch information
davejones74 committed Nov 15, 2023
1 parent e5cbbca commit 460e8d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM hmctspublic.azurecr.io/base/node:14-alpine as base

# USER root
# RUN corepack enable
# USER hmcts
USER root
RUN corepack enable
USER hmcts

ENV WORKDIR /opt/app
WORKDIR ${WORKDIR}
Expand Down

0 comments on commit 460e8d9

Please sign in to comment.