From 4bde2fc4b07cf8228e99b788b401394eb4c5bf64 Mon Sep 17 00:00:00 2001 From: hyuna Date: Wed, 25 Sep 2024 18:59:26 +0900 Subject: [PATCH] fix :: build error --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e11d8c1..863c6b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,5 +12,4 @@ RUN yarn build EXPOSE 3000 -CMD ["yarn", "dev"] - +CMD ["yarn", "dev"] \ No newline at end of file