New:
Fastapi Brewman Fastapi Barker
This commit is contained in:
6
brewman/app/docker-entrypoint.sh
Normal file
6
brewman/app/docker-entrypoint.sh
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
cp /app/frontend/* /frontend
|
||||
|
||||
exec "$@"
|
||||
Reference in New Issue
Block a user