Skip to content

Commit

Permalink
docker file fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nluaces committed Nov 10, 2023
1 parent de122b3 commit 5ce3dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.flow-collector
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ FROM node:18.18.2 AS console-builder

WORKDIR /skupper-console/
ADD https://github.com/skupperproject/skupper-console/archive/refs/tags/1.5.0.tar.gz .
RUN tar -zxf main.tar.gz
RUN tar -zxf 1.5.0.tar.gz
WORKDIR ./skupper-console-1.5.0
RUN yarn install && yarn build

Expand Down

0 comments on commit 5ce3dae

Please sign in to comment.