From 3d85a7f005496ff3fdb4fc7ff59d826314502ff1 Mon Sep 17 00:00:00 2001 From: Jack Li Date: Fri, 23 Sep 2022 14:39:38 -0400 Subject: [PATCH] Hot fix docker build issue --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ed85b37..4337e1d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN apk add --no-cache \ npm # js install -RUN npm run build --prefix /code/ticketscraping/js +RUN npm run build --prefix /code/apps/ticketscraping/js # python install RUN pip install pipenv