From 1f2334a03480a329a745be7cfdd8031a664b4988 Mon Sep 17 00:00:00 2001 From: ztimson Date: Fri, 18 Jul 2025 14:24:44 -0400 Subject: [PATCH] Fixed line endings --- entrypoint.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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/