소스 검색

feat: Add missing aot compilation in Dockerfile

Miguel Ángel Moreno 1 년 전
부모
커밋
1d0bd6b8e9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -20,6 +20,7 @@ COPY deps.edn /app
 RUN clojure -P
 
 COPY . /app
+RUN clojure -M -e "(compile 'tubo.downloader-impl)"
 COPY --from=build /app/resources /app/resources
 
 EXPOSE 3000