Skip to content

Commit

Permalink
update api
Browse files Browse the repository at this point in the history
  • Loading branch information
francis-du committed Jan 20, 2021
1 parent 23abae2 commit b7d2bd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ COPY --from=builder /app/target/release/wiki-graph /usr/local/bin

EXPOSE 3690

CMD ["wiki-graph","-d","app"]
CMD ["wiki-graph","-d","api"]
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web ./target/release/wiki-graph -p ${PORT} app
web ./target/release/wiki-graph -p ${PORT} api

0 comments on commit b7d2bd7

Please sign in to comment.