build: server cache improvements
This commit is contained in:
parent
6c555c2a44
commit
3fb5581273
2 changed files with 12 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue