mirror of
https://github.com/godotengine/godot-website.git
synced 2025-12-31 09:48:43 +03:00
Make docker setup work consistently cross-platform
This commit is contained in:
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
# Normalize EOL for all files that Git considers text files
|
||||||
|
* text=auto eol=lf
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
echo "Checking if MariaDB is reachable..."
|
echo "Checking if MariaDB is reachable..."
|
||||||
exec wait-for-it.sh mariadb:3306 -s -t 30 -- init.sh
|
exec wait-for-it.sh mariadb:3306 -s -t 30 -- init.sh
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Only do this once.
|
# Only do this once.
|
||||||
CONTAINER_ALREADY_STARTED="/tmp/CONTAINER_ALREADY_STARTED"
|
CONTAINER_ALREADY_STARTED="/tmp/CONTAINER_ALREADY_STARTED"
|
||||||
|
|||||||
Reference in New Issue
Block a user