Skip to content

Commit 8e5a437

Browse files
committed
fix correct permissions for docker versions
1 parent 29ef5bf commit 8e5a437

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ COPY . .
1010
RUN yarn build
1111
EXPOSE 3000
1212

13-
USER node
14-
1513
RUN git describe --tags --always > PROJECT_VERSION && \
1614
date +%s > PROJECT_BUILD_DATE && \
1715
git rev-parse HEAD > PROJECT_COMMIT_HASH && \
1816
rm -rf .git
1917

18+
USER node
19+
2020
ENV PATH="${PATH}:/app/verifier-indexer-api/docker/scripts"
2121
ENV NODE_ENV=production
2222

0 commit comments

Comments
 (0)