Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
curtishall authored Jul 20, 2023
1 parent 2bde0d8 commit 46919f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN apt-get update
CMD ["echo", "Testing mysql connection..."]

RUN apt install -y mysql-client
RUN mysql -uroot -proot -h127.0.0.1 -P3306 -e 'SELECT version()'
RUN mysql -uroot -proot -hmariadb -P3306 -e 'SELECT version()'


# ---------------------------------------------------------------------------
Expand Down

0 comments on commit 46919f6

Please sign in to comment.