Skip to content

Commit

Permalink
Remove repository clone from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jcardozo committed Sep 15, 2024
1 parent 60ea0a5 commit 2f1e970
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,5 @@ COPY --chown=${DEVBOX_USER}:${DEVBOX_USER} ../devbox.lock /code/devbox.lock
# Run devbox command to install packages based on the lock file
RUN devbox run -- echo "Installed Packages."

# Clone the specific repository and change directory into it
RUN git clone https://github.com/eth-library/devbox-spring-demo.git /code/devbox-spring-demo
WORKDIR /code/devbox-spring-demo

# Set the default command to open devbox shell and run the Spring Boot application
CMD ["sh", "-c", ". ~/.devbox/shell && mvn spring-boot:run"]

0 comments on commit 2f1e970

Please sign in to comment.