From cb3dbb9b95906b77835cc9cf82ea7edbd9886bf4 Mon Sep 17 00:00:00 2001 From: coward Date: Tue, 4 Jun 2024 11:13:43 +0800 Subject: [PATCH] :art: --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1acf653..998ecb8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,8 @@ RUN corepack prepare pnpm@8.6.10 --activate RUN npm config set registry https://registry.npmmirror.com RUN pnpm install -RUN pnpm build +RUN pnpm build && \ + ls -al FROM golang:alpine as build