Skip to content

Commit

Permalink
Remove multiple space
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed Oct 24, 2024
1 parent 7e4c25f commit 8bc1f2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY cassandra/scripts/autoMigrate.sh /usr/local/bin/autoMigrate
RUN chmod 755 /usr/local/bin/autoMigrate

# script to run any cql script from src/main/resources/config/cql
COPY cassandra/scripts/execute-cql.sh /usr/local/bin/execute-cql
COPY cassandra/scripts/execute-cql.sh /usr/local/bin/execute-cql
RUN chmod 755 /usr/local/bin/execute-cql

ENTRYPOINT ["autoMigrate"]

0 comments on commit 8bc1f2e

Please sign in to comment.