Skip to content

Commit

Permalink
Fix for issue caused by 'advanced compile-time-constants' invocation.
Browse files Browse the repository at this point in the history
  • Loading branch information
shimkiv committed Aug 2, 2024
1 parent 4653bd5 commit 0dddbac
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 @@ -54,7 +54,7 @@ ENV POSTGRES_USER=postgres
ENV POSTGRES_PASSWORD=postgres
ENV POSTGRES_DB=archive

RUN ./mina.exe advanced compile-time-constants
RUN ./mina.exe --version

ENTRYPOINT [ "bash", "-c" ]
CMD [ "/root/spinup-testnet.sh" ]

0 comments on commit 0dddbac

Please sign in to comment.