aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2024-03-11 13:53:44 +0100
committerBastien Wirtz <bastien.wirtz@gmail.com>2024-03-11 13:53:44 +0100
commitc20395396c217d7bb0fb5ae6727a8f64c6015142 (patch)
tree2d5c7e60b8b3a1243b5e1ad53741f4cee4741be2
parentbcebb3e67ef546071d4a455ba4661d6a51152871 (diff)
downloadhomer-c20395396c217d7bb0fb5ae6727a8f64c6015142.tar.gz
homer-c20395396c217d7bb0fb5ae6727a8f64c6015142.tar.zst
homer-c20395396c217d7bb0fb5ae6727a8f64c6015142.zip
debug package install
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 58d08dc..65a03fe 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@ FROM node:lts-alpine3.19 as build-stage
4WORKDIR /app 4WORKDIR /app
5 5
6COPY package.json ./ 6COPY package.json ./
7RUN yarn install --frozen-lockfile --non-interactive 7RUN yarn install --verbose --frozen-lockfile --non-interactive
8 8
9COPY . . 9COPY . .
10RUN yarn build 10RUN yarn build