Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
notmgsk committed Apr 22, 2020
1 parent fa4cd80 commit 1c6900e
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 @@ -14,7 +14,7 @@ ARG build_target
# build the qvm app
ADD . /src/qvm
WORKDIR /src/qvm
RUN git clean -fdx && make ${build_target} && make install
RUN git clean -fdx && make ${build_target} install

EXPOSE 5000

Expand Down

0 comments on commit 1c6900e

Please sign in to comment.