Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
revert docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
felix committed Jul 17, 2019
1 parent 689b1fd commit d02f320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ FROM dependency as base
ADD . ./


RUN pip --no-cache-dir install -e .[all] \
RUN pip --no-cache-dir install .[all] \
&& rm -rf /tmp/*

# WORKDIR /
WORKDIR /

ENTRYPOINT ["gnes"]

0 comments on commit d02f320

Please sign in to comment.