Skip to content

Commit

Permalink
remove relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
sieniven committed Nov 24, 2023
1 parent 2ae88f5 commit 3dfb40d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/dockerfiles/defi.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LABEL org.defichain.name="defichain"
LABEL org.defichain.arch=${TARGET}

WORKDIR /app
COPY ./${PKG_PATH} ./
COPY ${PKG_PATH} ./
RUN tar -xvzf ${PACKAGE} --strip-components 1

RUN useradd --create-home defi && \
Expand Down

0 comments on commit 3dfb40d

Please sign in to comment.