Skip to content

Commit 227fc46

Browse files
dockerfile
1 parent 9fdee22 commit 227fc46

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: Dockerfile.frontend

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ FROM deps AS build_frontend
2323
COPY package.json package-lock.json .
2424
RUN npm ci
2525

26-
COPY .env.* *.js *.cjs *.mjs *.ts *.json scripts .npmrc .nvmrc .
26+
COPY .env.* *.js *.cjs *.mjs *.ts *.json .npmrc .nvmrc .
2727
COPY src/frontend/ src/frontend
28+
COPY src/declarations/ src/declarations
29+
COPY scripts/ scripts/
2830

2931
ARG network="staging"
3032
ENV ENV=$network

0 commit comments

Comments
 (0)