1
0
Jelajahi Sumber

feat: Add missing aot compilation in Dockerfile

Miguel Ángel Moreno 1 tahun lalu
induk
melakukan
1d0bd6b8e9
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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