From 14efcfc07fdeb000dc0d2f261feb034bce9cbba6 Mon Sep 17 00:00:00 2001 From: Liam Date: Wed, 18 Oct 2023 00:21:39 +0100 Subject: [PATCH] test --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index a89457c..e77aa16 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,8 @@ COPY . . RUN pwd +RUN ls -a + RUN npm install RUN npm run build