From 8464c996afe3683ecb7f8de263fc78b5c51d44b0 Mon Sep 17 00:00:00 2001 From: Jason Madigan Date: Wed, 18 Dec 2024 18:09:36 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index be35748..7119b80 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,6 +22,8 @@ RUN yarn install --frozen-lockfile --ignore-optional COPY . . RUN yarn build +RUN pwd && ls -la +RUN ls -la ./dist COPY ./dist /usr/share/nginx/html