Skip to content

Commit

Permalink
chore: remove rhombus from the deps list, install it in dockerfile in…
Browse files Browse the repository at this point in the history
…stead
  • Loading branch information
yfzhe committed Jan 7, 2024
1 parent 499cf3c commit e376c63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FROM racket/racket:8.11-full

WORKDIR /app

RUN raco pkg install -i --auto --binary rhombus-prototype

COPY eval-bot eval-bot
RUN raco pkg install -i --auto --no-docs --name app --copy ./eval-bot

Expand Down
3 changes: 1 addition & 2 deletions eval-bot/info.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

(define deps '("base"
"sandbox-lib"
"web-server-lib"
"rhombus-prototype"))
"web-server-lib"))

(define build-deps '())

Expand Down

0 comments on commit e376c63

Please sign in to comment.