From 4b2db42a2d00cf4a27f1c631ad269f539144b888 Mon Sep 17 00:00:00 2001 From: soraefir Date: Sun, 2 Mar 2025 00:57:41 +0100 Subject: [PATCH] dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c5c8264..c7caa24 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ WORKDIR /usr/src/app # where available (npm@5+) COPY package*.json ./ RUN yarn +RUN yarn build # If you are building your code for production # RUN npm ci --only=production # Bundle app source