diff --git a/entrypoint.sh b/entrypoint.sh index 901ef1e..f38c5cc 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,8 +1,8 @@ -#!/bin/bash - -set -e -cd /app - -npm run build -mkdir -p /out -mv -f /app/dist/*.zip /out/ +#!/bin/bash + +set -e +cd /app + +npm run build +mkdir -p /out +mv -f /app/dist/*.zip /out/