diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |