build: server cache improvements

This commit is contained in:
Rafael Taranto 2025-05-23 19:15:31 +01:00
parent 6c555c2a44
commit 3fb5581273
2 changed files with 12 additions and 5 deletions

View file

@ -4,7 +4,7 @@ RUN apk add --no-cache bash libpq openssl ca-certificates
WORKDIR /lamassu-server
# Copy the pre-built production package from CI (with node_modules)
COPY lamassu-server/ ./
COPY . ./
FROM base AS l-s
RUN chmod +x /lamassu-server/bin/lamassu-server-entrypoint.sh