Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
NanuIjaz authored Sep 9, 2023
1 parent e21d38a commit 9da1aca
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 @@ -57,7 +57,7 @@ RUN cd /home/cardano/cardano-db-sync \
&& touch cabal.project.local \
&& echo "with-compiler: ghc-8.10.7" >> cabal.project.local \
&& cabal update
RUN cd cardano-db-sync \
RUN cd /home/cardano/cardano-db-sync \
&& cabal build all \
&& cp -p dist-newstyle/build/x86_64-linux/ghc-8.10.7/cardano-db-sync-*/build/cardano-db-sync/cardano-db-sync /root/.local/bin/
FROM debian:stable-slim
Expand Down

0 comments on commit 9da1aca

Please sign in to comment.