Moved dockerfile to project
This commit is contained in:
6
brewman/docker-entrypoint.sh
Normal file
6
brewman/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