Skip to content

Commit 9c9fc58

Browse files
committed
fix: use correct docker entrypoint
1 parent 8ade856 commit 9c9fc58

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

+1-3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,4 @@ COPY ./tsconfig.json ./
1515

1616
RUN npm run build
1717

18-
ENTRYPOINT ["node", "/usr/owo-vc/dist/index.js"]
19-
CMD []
20-
18+
CMD ["node", "/usr/owo-vc/dist/index.js"]

0 commit comments

Comments
 (0)