Skip to content

Commit 0fdb836

Browse files
author
Filip Trplan
committed
feat: add GH_TOKEN argument to dockerfile
1 parent 41af4a7 commit 0fdb836

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@ COPY --from=builder /app/dist ./dist
1717

1818
EXPOSE 4141
1919

20-
CMD ["bun", "run", "dist/main.js"]
20+
ARG GH_TOKEN
21+
ENV GH_TOKEN=$GH_TOKEN
22+
23+
CMD bun run dist/main.js start -g $GH_TOKEN --vision

0 commit comments

Comments
 (0)