Skip to content

Commit

Permalink
Fix command that runs hermes server in Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ptzianos committed Mar 26, 2019
1 parent 3039c67 commit 0426890
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
8 changes: 8 additions & 0 deletions docker/Dockerfile.market
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM poetry:latest

COPY . /hermes
WORKDIR /hermes

RUN poetry install

ENTRYPOINT poetry run "src/hermes/cli --host=127.0.0.1 --port=8000 run --dev"
11 changes: 0 additions & 11 deletions marketplace/Dockerfile

This file was deleted.

0 comments on commit 0426890

Please sign in to comment.