Moved dockerfile to project

This commit is contained in:
2020-11-03 11:23:48 +05:30
parent 8a4fa430ad
commit 0118cc7c73
3 changed files with 40 additions and 1 deletions

View File

@ -0,0 +1,6 @@
#!/bin/bash
set -e
cp /app/frontend/* /frontend
exec "$@"