From 7b0da93f645190e8472e03ccbcc1e7573e449498 Mon Sep 17 00:00:00 2001 From: Umputun Date: Sun, 8 Aug 2021 15:04:32 -0500 Subject: [PATCH] add ls to ci build step --- site/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/Dockerfile b/site/Dockerfile index 6393ff20..12e57a5e 100644 --- a/site/Dockerfile +++ b/site/Dockerfile @@ -3,8 +3,8 @@ FROM node:16-alpine as build WORKDIR /site COPY ./ /site RUN yarn --frozen-lockfile - CMD yarn build +RUN ls -la /site FROM ghcr.io/umputun/reproxy COPY --from=build /site/build /srv/site