Skip to content

Commit

Permalink
#2 : Addition of workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Hynes committed Jan 25, 2023
1 parent 99522e9 commit c225daa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ ARG CONFLUENT_MAJOR_VERSION
ARG CONFLUENT_MINOR_VERSION
RUN curl -O $CONFLUENT_URL/$CONFLUENT_MAJOR_VERSION/confluent-$CONFLUENT_MINOR_VERSION.zip && unzip confluent-$CONFLUENT_MINOR_VERSION.zip && rm confluent-$CONFLUENT_MINOR_VERSION.zip
ENV PATH="${PATH}:/confluent-$CONFLUENT_MINOR_VERSION/bin"
WORKDIR /code/

0 comments on commit c225daa

Please sign in to comment.