We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a08738 commit 41d263dCopy full SHA for 41d263d
Dockerfile
@@ -37,13 +37,13 @@ RUN cargo install --git https://github.com/coral-xyz/anchor --tag ${ANCHOR_CLI}
37
RUN anchor init dummy && cd dummy && (anchor build || true)
38
RUN rm -r dummy
39
40
-# Set up the working directory
+# Set up the working directory.
41
RUN mkdir /workdir
42
WORKDIR /workdir
43
44
-# Copy the entrypoint script
+# Copy the entrypoint script.
45
COPY entrypoint.sh /entrypoint.sh
46
RUN chmod +x /entrypoint.sh
47
48
-# Define the entrypoint
+# Define the entrypoint.
49
ENTRYPOINT ["/entrypoint.sh"]
0 commit comments