mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 04:00:49 +00:00
Fix dockerfile
This commit is contained in:
parent
78718744c5
commit
28ee123412
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:24-bookworm as builder
|
||||
FROM node:24-bookworm AS builder
|
||||
|
||||
ENV CI=true
|
||||
|
||||
|
|
@ -14,7 +14,7 @@ COPY ./npm-shrinkwrap.json ./
|
|||
RUN npm ci
|
||||
|
||||
# Copy the rest of the application
|
||||
COPY packages/safe-chain ./
|
||||
COPY packages/safe-chain ./packages/safe-chain
|
||||
|
||||
# Build the application
|
||||
RUN npm --no-git-tag-version version 1.0.0 --allow-same-version --workspace=packages/safe-chain
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue