Skip to content

Commit

Permalink
Removed WORKDIR, which was not needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
icemarkom committed Sep 6, 2020
1 parent 8220ff4 commit e8fbd22
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ RUN curl https://dl.google.com/go/go${go_version}.linux-$(dpkg --print-architect

RUN git clone ${pitemp_src} pitemp

WORKDIR pitemp

RUN ${go} build && \
RUN cd pitemp && \
${go} build && \
mv pitemp /usr/local/bin/pitemp

# Final image
Expand Down

0 comments on commit e8fbd22

Please sign in to comment.