Skip to content

Commit 10e3db3

Browse files
update dockerfil to copy the base component
1 parent 1737633 commit 10e3db3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/integration/Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,16 @@ RUN apt-get update && apt-get install -y \
88

99
RUN npm install -g harperdb
1010

11+
# TODO Setup HarperDB to rootpath /hdb/
12+
13+
COPY harperdb-base-component/ ./hdb/components/
14+
1115
FROM node-base-${NODE_MAJOR}
1216

1317
ARG NEXT_MAJOR
1418
ARG NODE_MAJOR
1519

16-
COPY next-${NEXT_MAJOR}/ ./template/
20+
COPY next-${NEXT_MAJOR}/ ./hdb/components/
1721

1822
EXPOSE 3000
1923
CMD ["node", "template/index.js"]

0 commit comments

Comments
 (0)