Skip to content

Commit

Permalink
fix arg order in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan-Arrowood committed Nov 22, 2024
1 parent 10e3db3 commit 610617b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ RUN npm install -g harperdb

COPY harperdb-base-component/ ./hdb/components/

ARG NODE_MAJOR

FROM node-base-${NODE_MAJOR}

ARG NEXT_MAJOR
ARG NODE_MAJOR

COPY next-${NEXT_MAJOR}/ ./hdb/components/

Expand Down

0 comments on commit 610617b

Please sign in to comment.