Skip to content

Commit

Permalink
Fix compiler command used to download binary.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinheghan committed Dec 14, 2024
1 parent 4e995ae commit 6e79d9d
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 @@ -18,7 +18,7 @@ COPY package-lock.json .
RUN devbox run -- npm ci --omit=dev

# Make gren download haskell binary
RUN devbox run -- npx gren version
RUN devbox run -- npx gren --version

# Copy code

Expand Down

0 comments on commit 6e79d9d

Please sign in to comment.