Skip to content

Commit 28acfa4

Browse files
authored
Include config.js in benchmark website docker image (#6379)
Signed-off-by: Baris Palaska <barispalaska@gmail.com>
1 parent 9ea0014 commit 28acfa4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benchmarks-website-v2/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ COPY package.json package-lock.json ./
1111
RUN npm ci --omit=dev
1212
COPY --from=build /app/dist ./dist
1313
COPY server.js .
14+
COPY src/config.js ./src/config.js
1415
EXPOSE 3000
1516
CMD ["node", "server.js"]

0 commit comments

Comments
 (0)