From 1a320641aed87294e246d800bf40e419879c3fe4 Mon Sep 17 00:00:00 2001 From: yaongmeow Date: Sun, 6 Oct 2024 10:53:08 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20base=20img=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BE/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BE/Dockerfile b/BE/Dockerfile index d71270c..19bc6bc 100644 --- a/BE/Dockerfile +++ b/BE/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18 +FROM node:18-alpine WORKDIR /app