From 9b9ab23b9626145e2822e787629d6c029a13ab0b Mon Sep 17 00:00:00 2001 From: Rafael Taranto Date: Fri, 23 May 2025 18:39:04 +0100 Subject: [PATCH] build: leftovers from npm --- build/server.Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/build/server.Dockerfile b/build/server.Dockerfile index 74a0a40c..0ce88b30 100644 --- a/build/server.Dockerfile +++ b/build/server.Dockerfile @@ -6,9 +6,6 @@ WORKDIR /lamassu-server # Copy the pre-built production package from CI (with node_modules) COPY lamassu-server/ ./ -# Install production dependencies in the container -RUN npm install --omit=dev --ignore-scripts - FROM base AS l-s RUN chmod +x /lamassu-server/bin/lamassu-server-entrypoint.sh EXPOSE 3000