Skip to content

Commit 41d263d

Browse files
authored
Formatting comments (#8)
1 parent 4a08738 commit 41d263d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ RUN cargo install --git https://github.com/coral-xyz/anchor --tag ${ANCHOR_CLI}
3737
RUN anchor init dummy && cd dummy && (anchor build || true)
3838
RUN rm -r dummy
3939

40-
# Set up the working directory
40+
# Set up the working directory.
4141
RUN mkdir /workdir
4242
WORKDIR /workdir
4343

44-
# Copy the entrypoint script
44+
# Copy the entrypoint script.
4545
COPY entrypoint.sh /entrypoint.sh
4646
RUN chmod +x /entrypoint.sh
4747

48-
# Define the entrypoint
48+
# Define the entrypoint.
4949
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)