Skip to content

Commit

Permalink
change method for copying cmakelists
Browse files Browse the repository at this point in the history
  • Loading branch information
Vagahbond committed Jul 28, 2021
1 parent c1bf169 commit 44ff5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ COPY --from=builder /usr/src/app/dist/ /usr/src/app/
ENV LIBS_DIR=/usr/src/app/libs
COPY ./libs ${LIBS_DIR}

COPY ./conf/* /usr/src/app/conf/*
COPY ./conf /usr/src/app/conf


RUN npm ci
Expand Down

0 comments on commit 44ff5e9

Please sign in to comment.