Browse Source

feat: Add missing aot compilation in Dockerfile

Miguel Ángel Moreno 1 year ago
parent
commit
1d0bd6b8e9
1 changed files with 1 additions and 0 deletions
  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