Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddykasp authored May 30, 2024
1 parent 7f28a2c commit ed4307b
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 @@ -10,7 +10,7 @@ RUN adduser elklive -h /elklive -D -u ${ELKLIVE_UID}

USER elklive

RUN git clone https://github.com/kieler/elk-live --depth=1 /elklive
COPY . /elklive

WORKDIR "/elklive/client"
RUN yarn install && yarn run build
Expand Down

0 comments on commit ed4307b

Please sign in to comment.