Skip to content

Commit

Permalink
Simplify root folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jfaldanam committed Jul 25, 2023
1 parent 74fb7f6 commit ff4ba23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ COPY --from=builder /evolver/target/Evolver-1.0-jar-with-dependencies.jar .
COPY resources/ ./resources/

# Set the entrypoint script
COPY docker-entrypoint.sh ./docker-entrypoint.sh
RUN echo '#!/bin/sh\njava -cp Evolver-1.0-jar-with-dependencies.jar "$@"' > ./docker-entrypoint.sh
RUN chmod +x ./docker-entrypoint.sh

# Specify the command to execute when the container starts
Expand Down
2 changes: 0 additions & 2 deletions docker-entrypoint.sh

This file was deleted.

0 comments on commit ff4ba23

Please sign in to comment.