From ef49b00b982da03b62f668772643230810eb9876 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=E1=BA=A1nh=20T=C6=B0=E1=BB=9Dng=20Solo?= <41409442+vncloudsco@users.noreply.github.com> Date: Sun, 15 Sep 2024 00:22:26 +0700 Subject: [PATCH] yarn docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bc8ef4d..ccea11d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM paketobuildpacks/yarn +FROM jitesoft/node-yarn COPY . /app WORKDIR /app/web CMD ["yarn","dev"] \ No newline at end of file