Skip to content

Commit

Permalink
fix: build JS *before* making an uberjar, lol
Browse files Browse the repository at this point in the history
  • Loading branch information
goshatch committed Oct 8, 2024
1 parent fdbaaaf commit a8ef60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ RUN npm install
# `make all` calls `deps`, `test-ci`, `dist` and `clean` tasks
# using shared library cache mounted by pipeline process

RUN npx shadow-cljs release app

# `dist` task packages Clojure service as an uberjar
# - creates: /build/practicalli-gameboard-api-service.jar
# - uses command `clojure -T:build uberjar`
RUN make dist

RUN npx shadow-cljs release app

# End of Docker builder image
# ------------------------------------------
Expand Down

0 comments on commit a8ef60d

Please sign in to comment.