We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9fc225 commit f88849dCopy full SHA for f88849d
Dockerfile
@@ -12,6 +12,6 @@ COPY . .
12
13
RUN npm install -g typescript ts-node
14
15
-CMD [ "ts-node", "index.ts" ]
+CMD [ "ts-node", "src/index.ts" ]
16
17
LABEL org.opencontainers.image.source="https://github.com/Antares-Network/CSSC-Bot"
0 commit comments