We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ade856 commit 9c9fc58Copy full SHA for 9c9fc58
Dockerfile
@@ -15,6 +15,4 @@ COPY ./tsconfig.json ./
15
16
RUN npm run build
17
18
-ENTRYPOINT ["node", "/usr/owo-vc/dist/index.js"]
19
-CMD []
20
-
+CMD ["node", "/usr/owo-vc/dist/index.js"]
0 commit comments