mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-08 08:33:45 +01:00
Rename run.sh to entrypoint.sh
This commit is contained in:
parent
77f8a79c51
commit
5466a2d64d
@ -15,7 +15,7 @@ services:
|
||||
|
||||
app:
|
||||
build: .
|
||||
command: ./utils/run.sh
|
||||
command: ./utils/entrypoint.sh
|
||||
env_file:
|
||||
- config.env
|
||||
ports:
|
||||
|
@ -1,5 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
#
|
||||
# The entrypoint for the docker containers
|
||||
#
|
||||
|
||||
# Debug
|
||||
# FLASK_APP=app/__init__.py FLASK_CONFIG=../config.cfg FLASK_DEBUG=1 python3 -m flask run -h 0.0.0.0 -p 5123
|
||||
|
Loading…
Reference in New Issue
Block a user