Skip to content

Commit 60cacd6

Browse files
committed
fix: update attester docker CMD to use
1 parent 4212102 commit 60cacd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/attester.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ ENV NODE_ENV=production
3434
WORKDIR /app
3535
COPY --from=integration /artifacts/dist /app/dist
3636
COPY --from=integration /artifacts/node_modules /app/node_modules
37-
CMD [ "/app/dist" ]
37+
CMD [ "node", "/app/dist" ]

0 commit comments

Comments
 (0)