File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -57,5 +57,15 @@ USER 1000
57
57
RUN bash -c "mkdir -p /src/play/work/db && /home/app/.asdf/shims/initdb /src/play/work/db"
58
58
WORKDIR /src/play
59
59
60
- RUN bb --config /src/play/bb.edn build-all && clojure -T:build
61
- RUN echo '. /src/play/.envrc' >> ~/.bashrc
60
+ RUN --mount=type=cache,target=/home/app/.cache,uid=1000,gid=1000 \
61
+ bb --config /src/play/bb.edn build-all && \
62
+ clojure -T:build
63
+
64
+ ENV ROLLING_SHUTTER_ROOT=/src
65
+ ENV ROLLING_SHUTTER_BOOTSTRAP_SIGNING_KEY=479968ffa5ee4c84514a477a8f15f3db0413964fd4c20b08a55fed9fed790fad
66
+ ENV ROLLING_SHUTTER_CHAIN_GENESIS_KEYPER=0x440Dc6F164e9241F04d282215ceF2780cd0B755e
67
+ USER root
68
+ RUN mkdir -p /home/app/.cache/hardhat-nodejs && chown -R 1000:1000 /home/app/.cache/hardhat-nodejs
69
+ RUN ln -s /src/contracts/deployments /src/play/deployments
70
+
71
+ USER 1000
You can’t perform that action at this time.
0 commit comments