Skip to content

Commit

Permalink
Fix Dokerfile COPY folder paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
shimkiv committed Oct 19, 2023
1 parent 279d46f commit f89e27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ COPY zkapp_tables.sql /root/
COPY mina.exe /root/
COPY archive.exe /root/
COPY libp2p_helper /root/
COPY Archive-Node-API /root/
COPY Archive-Node-API/ /root/Archive-Node-API/
# COPY accounts-manager /root/

WORKDIR /root
Expand Down

0 comments on commit f89e27f

Please sign in to comment.