build: leftovers from npm

This commit is contained in:
Rafael Taranto 2025-05-23 18:39:04 +01:00
parent 7be1a89848
commit 9b9ab23b96

View file

@ -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