add ls to ci build step

This commit is contained in:
Umputun
2021-08-08 15:04:32 -05:00
parent 8729ff81cd
commit 7b0da93f64
+1 -1
View File
@@ -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