Skip to content

Commit

Permalink
Setting shadow-cljs version range
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Podivin <[email protected]>
  • Loading branch information
jpodivin authored and FrostyX committed Jan 25, 2024
1 parent 5b2a6ff commit 96b51a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN dnf -y update && \
java \
&& dnf clean all

RUN npm install -g shadow-cljs
RUN npm install -g shadow-cljs@">=2.26.0 <3.0.0"

# TODO In the next steps we want to copy the source code to the container,
# install all Javascript dependencies and pre-install all ClojureScript
Expand Down
2 changes: 1 addition & 1 deletion docker/production/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN git clone https://github.com/fedora-copr/log-detective-website.git /src

WORKDIR /src/frontend
RUN npm install
RUN npm install -g shadow-cljs
RUN npm install -g shadow-cljs@">=2.26.0 <3.0.0"
RUN npx shadow-cljs release app

FROM registry.fedoraproject.org/fedora:38
Expand Down

0 comments on commit 96b51a3

Please sign in to comment.