diff --git a/deploy.sh b/deploy.sh index 7284428..9b88fb2 100644 --- a/deploy.sh +++ b/deploy.sh @@ -18,6 +18,7 @@ folder_exists() { pack_docker() { cp -rv docker-compose.yml ${1} + cp -rv Dockerfile ${1} } folder_exists ${DEPLOY_PATH}