Skip to content

Commit

Permalink
Formatting comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wjthieme committed Oct 20, 2024
1 parent 4a08738 commit 8579a10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ RUN cargo install --git https://github.com/coral-xyz/anchor --tag ${ANCHOR_CLI}
RUN anchor init dummy && cd dummy && (anchor build || true)
RUN rm -r dummy

# Set up the working directory
# Set up the working directory.
RUN mkdir /workdir
WORKDIR /workdir

# Copy the entrypoint script
# Copy the entrypoint script.
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh

# Define the entrypoint
# Define the entrypoint.
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 8579a10

Please sign in to comment.