Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
docker can now run the REPL
Browse files Browse the repository at this point in the history
  • Loading branch information
rjdbcm committed Oct 30, 2021
1 parent 99a0e2b commit 47fa2dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ COPY --from=pyenv $VIRTUAL_ENV $VIRTUAL_ENV
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
RUN ln -sf $VIRTUAL_ENV/lib/python3.9/site-packages/Aspidites/tests /workdir
COPY README.md /usr/src/app
ENTRYPOINT ["aspidites"]
CMD ["-h"]
ENTRYPOINT ["aspidites"]

0 comments on commit 47fa2dc

Please sign in to comment.