Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
chore: fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed May 15, 2019
1 parent ec4310f commit d5997a9
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 @@ -64,7 +64,7 @@ RUN wget https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_
&& tar xzvf docker-${DOCKER_VERSION}.tgz --strip 1 -C /usr/local/bin docker/docker \
&& rm docker-${DOCKER_VERSION}.tgz

COPY --from=builder /nixster/build/nixster /home/nixster
COPY --from=builder /nixster/bin/nixster /home/nixster

WORKDIR /home/nixster

Expand Down

0 comments on commit d5997a9

Please sign in to comment.