Skip to content

Commit

Permalink
docker: build compiled files
Browse files Browse the repository at this point in the history
When built locally, Picus often fails to run due to the mismatch of the
compiled files in the newer, local Racket version, and the older,
image-based Racket version. This commit fixes the issue.
  • Loading branch information
sorawee committed Oct 11, 2023
1 parent 10bbc38 commit f1992f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
**/compiled
.git
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ FROM veridise/picus:base
COPY ./ /Picus/

WORKDIR /Picus/
RUN raco make picus.rkt
CMD [ "/bin/bash" ]

0 comments on commit f1992f6

Please sign in to comment.